#nullable enable
(T1, T2)
(T1, T2).CompareTo((T1, T2) other) -> int
(T1, T2).Equals((T1, T2) other) -> bool
(T1, T2).Item1 -> T1
(T1, T2).Item2 -> T2
(T1, T2).ValueTuple() -> void
(T1, T2).ValueTuple(T1 item1, T2 item2) -> void
abstract Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.WriteToTestContext(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation! testContext, char value) -> void
abstract Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.WriteToTestContext(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation! testContext, char[]! buffer, int index, int count) -> void
abstract Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.WriteToTestContext(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation! testContext, string? value) -> void
abstract Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.GetColumns(string! tableName) -> System.Collections.Generic.List<string!>?
abstract Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.GetDataTablesAndViews() -> System.Collections.Generic.List<string!>?
abstract Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.ReadTable(string! tableName, System.Collections.IEnumerable? columns) -> System.Data.DataTable?
abstract Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.AddDependenciesOfDeploymentItem(string! deploymentItemFile, System.Collections.Generic.IList<string!>! filesToDeploy, System.Collections.Generic.IList<string!>! warnings) -> void
abstract Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.AddDeploymentItemsBasedOnMsTestSetting(string! testSourceHandler, System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItems, System.Collections.Generic.List<string!>! warnings) -> void
abstract Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.GetRootDeploymentDirectory(string! baseDirectory) -> string!
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TimeoutWhenNotSet = 0 -> int
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RunSettingsUtilities.RunConfigurationSettingsName = "RunConfiguration" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RunSettingsUtilities.TestRunParametersName = "TestRunParameters" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.SettingsName = "MSTest" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.SettingsNameAlias = "MSTestV2" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TotalHierarchyLevels = 4 -> int
const Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings.SettingsName = "RunConfiguration" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.ConnectionDirectoryKey = "|DataDirectory|\\" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.KnownOdbcDrivers.MSSql = "sqlsrv32.dll" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.KnownOleDbProviderNames.MSSqlNative = "SQLNCLI" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.KnownOleDbProviderNames.SqlOleDb = "SQLOLEDB" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.DefaultDeploymentRootDirectory = "TestResults" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.DeploymentInDirectorySuffix = "In" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.DeploymentOutDirectorySuffix = "Out" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.AppxPackageExtension = ".appx" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.AssemblyCleanupFixtureTrait = "AssemblyCleanup" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.AssemblyFixturesHierarchyClassName = "[Assembly]" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.AssemblyInitializeFixtureTrait = "AssemblyInitialize" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.ClassCleanupFixtureTrait = "ClassCleanup" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.ClassInitializeFixtureTrait = "ClassInitialize" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.DllExtension = ".dll" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.DotNetFrameWorkStringPrefix = ".NETFramework,Version=" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.ExecutorUriString = "executor://MSTestAdapter/v4" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.ExeExtension = ".exe" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.PhoneAppxPackageExtension = ".appx" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.PrivateAssemblies = "PrivateAssemblies" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.PublicAssemblies = "PublicAssemblies" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.TargetFrameworkAttributeFullName = "System.Runtime.Versioning.TargetFrameworkAttribute" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.TargetFrameworkName = "TargetFrameworkName" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.HierarchyLabel = "Hierarchy" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.HierarchyPropertyId = "TestCase.Hierarchy" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.Levels.ClassIndex = 2 -> int
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.Levels.ContainerIndex = 0 -> int
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.Levels.NamespaceIndex = 1 -> int
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.Levels.TestGroupIndex = 3 -> int
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.Levels.TotalLevelCount = 4 -> int
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.DeploymentFolderPrefix = "Deploy" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.NetAppConfigFile = "App.Config" -> string!
const Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.TestAssemblyConfigFileExtension = ".config" -> string!
const System.IO.Hashing.XxHashShared.AccumulatorCount = 8 -> int
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_0 = 9295848262624092985 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_1 = 7914194659941938988 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_10 = 17228863761319568023 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_11 = 8573350489219836230 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_12 = 13536968629829821247 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_13 = 16163852396094277575 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_2 = 11835586108195898345 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_3 = 16607528436649670564 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_4 = 15013455763555273806 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_5 = 5046485836271438973 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_6 = 10391458616325699444 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_7 = 5920048007935066598 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_8 = 7336514198459093435 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecret3UInt64_9 = 5216419214072683403 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_0 = 13712233961653862072 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_1 = 2066345149520216444 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_10 = 5690594596133299313 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_11 = 15613098826807580984 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_12 = 4554437623014685352 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_13 = 2111919702937427193 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_14 = 3556072174620004746 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_15 = 7238261902898274248 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_2 = 15823274712020931806 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_3 = 2262974939099578482 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_4 = 8711581037947681227 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_5 = 2410270004345854594 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_6 = 10242386182634080440 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_7 = 5487137525590930912 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_8 = 14627906620379768892 -> ulong
const System.IO.Hashing.XxHashShared.DefaultSecretUInt64_9 = 11758427054878871688 -> ulong
const System.IO.Hashing.XxHashShared.InternalBufferLengthBytes = 256 -> int
const System.IO.Hashing.XxHashShared.InternalBufferStripes = 4 -> int
const System.IO.Hashing.XxHashShared.MidSizeMaxBytes = 240 -> int
const System.IO.Hashing.XxHashShared.NumStripesPerBlock = 16 -> int
const System.IO.Hashing.XxHashShared.Prime32_1 = 2654435761 -> uint
const System.IO.Hashing.XxHashShared.Prime32_2 = 2246822519 -> uint
const System.IO.Hashing.XxHashShared.Prime32_3 = 3266489917 -> uint
const System.IO.Hashing.XxHashShared.Prime32_4 = 668265263 -> uint
const System.IO.Hashing.XxHashShared.Prime32_5 = 374761393 -> uint
const System.IO.Hashing.XxHashShared.Prime64_1 = 11400714785074694791 -> ulong
const System.IO.Hashing.XxHashShared.Prime64_2 = 14029467366897019727 -> ulong
const System.IO.Hashing.XxHashShared.Prime64_3 = 1609587929392839161 -> ulong
const System.IO.Hashing.XxHashShared.Prime64_4 = 9650029242287828579 -> ulong
const System.IO.Hashing.XxHashShared.Prime64_5 = 2870177450012600261 -> ulong
const System.IO.Hashing.XxHashShared.SecretConsumeRateBytes = 8 -> int
const System.IO.Hashing.XxHashShared.SecretLastAccStartBytes = 7 -> int
const System.IO.Hashing.XxHashShared.SecretLengthBytes = 192 -> int
const System.IO.Hashing.XxHashShared.SecretMergeAccsStartBytes = 11 -> int
const System.IO.Hashing.XxHashShared.SecretSizeMin = 136 -> int
const System.IO.Hashing.XxHashShared.StripeLengthBytes = 64 -> int
extern Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.SetupConfiguration.SetupConfiguration() -> void
Microsoft.CodeAnalysis.EmbeddedAttribute
Microsoft.CodeAnalysis.EmbeddedAttribute.EmbeddedAttribute() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ApartmentStateSetting
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ApartmentStateSetting.MTA = 0 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ApartmentStateSetting
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ApartmentStateSetting.STA = 1 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ApartmentStateSetting
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.<Clone>$() -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.AssemblyEnumerationResult(System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! TestElements, System.Collections.Generic.List<string!>! Warnings) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.Deconstruct(out System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! TestElements, out System.Collections.Generic.List<string!>! Warnings) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.Equals(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult? other) -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.TestElements.get -> System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.TestElements.init -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.Warnings.get -> System.Collections.Generic.List<string!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.Warnings.init -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator.AssemblyEnumerator() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator.AssemblyEnumerator(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings! settings) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator.EnumerateAssembly(string! assemblyFileName, bool mustSerialize) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumeratorWrapper
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumeratorWrapper.AssemblyEnumeratorWrapper() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.DiscoveryTestMethodInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.DiscoveryTestMethodInfo.DiscoveryTestMethodInfo() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.DiscoveryTestMethodInfo.DiscoveryTestMethodInfo(System.Reflection.MethodInfo! methodInfo, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo! parent) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.DiscoveryTestMethodInfo.MethodInfo.get -> System.Reflection.MethodInfo!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.DiscoveryTestMethodInfo.Parent.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TestMethodValidator
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TestMethodValidator.TestMethodValidator(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper! reflectHelper, bool discoverInternals) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeEnumerator
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeEnumerator.GetTestFromMethod(System.Reflection.MethodInfo! method, bool classDisablesParallelization, System.Collections.Generic.ICollection<string!>! warnings) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeEnumerator.GetTests(System.Collections.Generic.List<string!>! warnings) -> System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeEnumerator.TypeEnumerator(System.Type! type, string! assemblyFilePath, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper! reflectHelper, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator! typeValidator, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TestMethodValidator! testMethodValidator) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator.TypeValidator(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper! reflectHelper, bool discoverInternals) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator.TypeValidator(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper! reflectHelper) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ClassCleanupManager
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ClassCleanupManager.ClassCleanupManager(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! testsToRun) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ClassCleanupManager.MarkClassComplete(string! fullClassName) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ClassCleanupManager.MarkTestComplete(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod! testMethod, out bool isLastTestInClass) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ClassCleanupManager.ShouldRunEndOfAssemblyCleanup.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleErrorRouter
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleErrorRouter.ConsoleErrorRouter(System.IO.TextWriter! originalConsoleErr) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleOutRouter
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleOutRouter.ConsoleOutRouter(System.IO.TextWriter! originalConsoleOut) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.ConsoleRouter(System.IO.TextWriter! originalConsole) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ExceptionHelper
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.Assembly.get -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyCleanupException.get -> System.Exception?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyCleanupMethod.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyCleanupMethod.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyCleanupMethodTimeoutMilliseconds.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyCleanupMethodTimeoutMilliseconds.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyInitializationException.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyInitializationException.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyInitializeMethod.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyInitializeMethod.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyInitializeMethodTimeoutMilliseconds.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.AssemblyInitializeMethodTimeoutMilliseconds.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.DiscoversInternals.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.ExecuteAssemblyCleanupAsync(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext! testContext) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException?>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.ExecutionContext.get -> System.Threading.ExecutionContext?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.ExecutionContext.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.GlobalTestCleanups.get -> System.Collections.Generic.List<(System.Reflection.MethodInfo! Method, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo? TimeoutInfo)>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.GlobalTestInitializations.get -> System.Collections.Generic.List<(System.Reflection.MethodInfo! Method, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo? TimeoutInfo)>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.HasExecutableCleanupMethod.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.IsAssemblyInitializeExecuted.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.IsAssemblyInitializeExecuted.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.PostAssemblyInitProperties.get -> System.Collections.Generic.IReadOnlyDictionary<string!, object?>?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.RunAssemblyInitializeAsync(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext! testContext) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo.TestAssemblyInfo(System.Reflection.Assembly! assembly) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblySettingsProvider
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblySettingsProvider.GetSettings(string! source) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblySettingsProvider.TestAssemblySettingsProvider() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestCaseDiscoverySink
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestCaseDiscoverySink.SendTestElementAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestCaseDiscoverySink.TestCaseDiscoverySink() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestCaseDiscoverySink.TestElements.get -> System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.BaseClassCleanupMethods.get -> System.Collections.Generic.List<System.Reflection.MethodInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.BaseClassInitMethods.get -> System.Collections.Generic.List<System.Reflection.MethodInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.BaseTestCleanupMethodsQueue.get -> System.Collections.Generic.List<System.Reflection.MethodInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.BaseTestInitializeMethodsQueue.get -> System.Collections.Generic.List<System.Reflection.MethodInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassAttribute.get -> Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassCleanupException.get -> System.Exception?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassCleanupException.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassCleanupMethod.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassCleanupMethod.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassCleanupMethodTimeoutMilliseconds.get -> System.Collections.Generic.Dictionary<System.Reflection.MethodInfo!, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassInitializationException.get -> System.Exception?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassInitializationException.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassInitializeMethod.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassInitializeMethod.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassInitializeMethodTimeoutMilliseconds.get -> System.Collections.Generic.Dictionary<System.Reflection.MethodInfo!, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ClassType.get -> System.Type!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.Constructor.get -> System.Reflection.ConstructorInfo!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ExecuteClassCleanupAsync(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext! testContext) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException?>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ExecutionContext.get -> System.Threading.ExecutionContext?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.ExecutionContext.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.GetResultOrRunClassInitializeAsync(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext, string? initializationLogs, string? initializationErrorLogs, string? initializationTrace, string? initializationTestContextMessages) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.HasExecutableCleanupMethod.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.IsClassCleanupExecuted.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.IsClassCleanupExecuted.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.IsClassInitializeExecuted.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.IsClassInitializeExecuted.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.IsParameterlessConstructor.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.Parent.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.PostClassInitProperties.get -> System.Collections.Generic.IReadOnlyDictionary<string!, object?>?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.RunClassCleanupAsync(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext, Microsoft.VisualStudio.TestTools.UnitTesting.TestResult![]! results) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult?>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.RunClassInitializeAsync(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext! testContext) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestClassInfo(System.Type! type, System.Reflection.ConstructorInfo! constructor, bool isParameterlessConstructor, Microsoft.VisualStudio.TestTools.UnitTesting.TestClassAttribute! classAttribute, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo! parent) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestCleanupMethod.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestCleanupMethod.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestCleanupMethodTimeoutMilliseconds.get -> System.Collections.Generic.Dictionary<System.Reflection.MethodInfo!, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestContextProperty.get -> System.Reflection.PropertyInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestInitializeMethod.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestInitializeMethod.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TestInitializeMethodTimeoutMilliseconds.get -> System.Collections.Generic.Dictionary<System.Reflection.MethodInfo!, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo.TryGetClonedCachedClassInitializeResult() -> Microsoft.VisualStudio.TestTools.UnitTesting.TestResult?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.RunTestsAsync(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! tests, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder! testResultRecorder, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider? filterProvider, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken! runCancellationToken) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.RunTestsAsync(System.Collections.Generic.IEnumerable<string!>! sources, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder! testResultRecorder, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider? filterProvider, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler! testSourceHandler, bool isMTP, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken! cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.SendTestResultsAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! test, Microsoft.VisualStudio.TestTools.UnitTesting.TestResult![]! unitTestResults, System.DateTimeOffset startTime, System.DateTimeOffset endTime, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder! testResultRecorder) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.TestExecutionManager() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.TestExecutionManager(System.Func<System.Func<System.Threading.Tasks.Task!>!, System.Threading.Tasks.Task!>? taskFactory = null) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.Arguments.get -> object?[]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.Executor.get -> Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.Executor.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.GetAllAttributes() -> System.Attribute![]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.GetAttributes<TAttributeType>() -> TAttributeType![]!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.IsTimeoutSet.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.MethodInfo.get -> System.Reflection.MethodInfo!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ParameterTypes.get -> System.Reflection.ParameterInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.Parent.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ResolveArguments(object?[]! arguments) -> object?[]!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.RetryAttribute.get -> Microsoft.VisualStudio.TestTools.UnitTesting.RetryBaseAttribute?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.ReturnType.get -> System.Type!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.SetArguments(object?[]? arguments) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TestClassName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TestContext.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TestContext.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TestMethodInfo(System.Reflection.MethodInfo! testMethod, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo! parent) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TestMethodName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TimeoutInfo.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.TimeoutInfo.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodRunner
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodRunner.ExecuteAsync(string? initializationLogs, string? initializationErrorLogs, string? initializationTrace, string? initializationTestContextMessages) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult![]!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodRunner.RunTestMethodAsync() -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult![]!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodRunner.TestMethodRunner(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo! testMethodInfo, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod! testMethod, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestRunInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestRunInfo.PlannedTests.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.TestTools.UnitTesting.PlannedTest!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestRunInfo.TestRunInfo(System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.TestTools.UnitTesting.PlannedTest!>! plannedTests) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.CooperativeCancellation.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.Timeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.TimeoutInfo() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TraceTextWriter
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TraceTextWriter.TraceTextWriter() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.AssemblyInfoCache.get -> System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.AssemblyInfoListWithExecutableCleanupMethods.get -> System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.ClassInfoCache.get -> System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo?>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.ClassInfoListWithExecutableCleanupMethods.get -> System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestClassInfo!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.GetOrLoadTestFilter(string! assemblySource) -> Microsoft.VisualStudio.TestTools.UnitTesting.ITestFilter?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.GetTestMethodInfo(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod! testMethod) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.GetTestMethodInfoForDiscovery(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod! testMethod) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.DiscoveryTestMethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.TypeCache() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.TypeCache(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper! reflectionHelper) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.Cancel() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.ForceCleanup(System.Collections.Generic.IDictionary<string!, object?>! sourceLevelParameters, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! logger) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.RunSingleTest(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! unitTestElement, System.Collections.Generic.IDictionary<string!, object?>! testContextProperties, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger) -> Microsoft.VisualStudio.TestTools.UnitTesting.TestResult![]!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.RunSingleTestAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! unitTestElement, System.Collections.Generic.IDictionary<string!, object?>! testContextProperties, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult![]!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.UnitTestRunner(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings! settings, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement![]! testsToRun, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper! reflectHelper) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.UnitTestRunner(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings! settings, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement![]! testsToRun) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.TestContextExtensions
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.TestResultOutputExtensions
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.UnitTestOutcomeExtensions
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.AttributeExtensions
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.CancellationTimeoutHelper
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.DataSerializationHelper
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.DictionaryHelper
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ExecutionContextHelpers
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind.AssemblyCleanup = 1 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind.AssemblyInitialize = 0 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind.ClassCleanup = 3 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind.ClassInitialize = 2 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind.TestCleanup = 5 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind.TestInitialize = 4 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureMethodRunner
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.ReflectHelper() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RunSettingsUtilities
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RuntimeContext
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestDataSourceHelpers
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestRunParameters
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.XmlReaderUtilities
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.AdapterTraceLogger.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.AdapterTraceLogger.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.CreateTestSourceHost(string! source, string? settingsXml) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHost!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.FileOperations.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.GetTestContext(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod? testMethod, string? testClassFullName, System.Collections.Generic.IDictionary<string!, object?>! properties, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.IsGracefulStopRequested.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.IsGracefulStopRequested.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.ReflectionOperations.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.SettingsProvider.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ISettingsProvider!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.TestDataSource.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDataSource!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.TestDeployment.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.TestRunCancellationToken.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.TestRunCancellationToken.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider.ThreadOperations.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IThreadOperations!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestDiscovererHelpers
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.AssemblyCleanupTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.AssemblyInitializeTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.CaptureDebugTraces.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.ClassCleanupTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.ClassInitializeTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.ConsiderEmptyDataSourceAsInconclusive.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.CooperativeCancellationTimeout.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.DisableParallelization.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.LaunchDebuggerOnAssertionFailure.get -> Microsoft.VisualStudio.TestTools.UnitTesting.DebuggerLaunchMode
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.MapInconclusiveToFailed.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.MapNotRunnableToFailed.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.MSTestSettings() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.OrderTestsByNameInClass.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.ParallelizationScope.get -> Microsoft.VisualStudio.TestTools.UnitTesting.ExecutionScope?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.ParallelizationWorkers.get -> int?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.RandomizeTestOrder.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.RandomTestOrderSeed.get -> int?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.TestCleanupTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.TestInitializeTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.TestTimeout.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.TreatDiscoveryWarningsAsErrors.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.BuildDiscoveryMetrics() -> System.Collections.Generic.Dictionary<string!, object!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.BuildExecutionMetrics(System.Collections.Generic.Dictionary<string!, long>! assertionCounts, bool includeDiscoveryPayload) -> System.Collections.Generic.Dictionary<string!, object!>!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.ConfigurationSource.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.ConfigurationSource.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.MSTestTelemetryDataCollector() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.TrackDiscoveredClass(System.Attribute![]! attributes) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.TrackDiscoveredMethod(System.Attribute![]! attributes) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Error(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Error(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Error(System.Exception! exceptionToTrace) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Info(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Info(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.IsErrorEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.IsInfoEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.IsVerboseEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.IsWarningEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.SetupRemoteEqtTraceListeners(System.AppDomain? childDomain) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Verbose(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Verbose(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Warning(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Warning(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.AdapterSettingsException
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.AdapterSettingsException.AdapterSettingsException(string? message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.DynamicDataType
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.DynamicDataType.ITestDataSource = 1 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.DynamicDataType
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.DynamicDataType.None = 0 -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.DynamicDataType
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.InvalidRunSettingsException
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.InvalidRunSettingsException.InvalidRunSettingsException(string? message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation.ErrorColumnNumber.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation.ErrorFilePath.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation.ErrorLineNumber.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation.ErrorStackTrace.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation.StackTraceInformation(string! stackTrace, string? filePath, int lineNumber, int columnNumber) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation.StackTraceInformation(string! stackTrace) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.CanParallelizeAssembly.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.CanParallelizeAssembly.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.Scope.get -> Microsoft.VisualStudio.TestTools.UnitTesting.ExecutionScope
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.Scope.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.TestAssemblySettings() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.Workers.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestAssemblySettings.Workers.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.Outcome.get -> Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.StackTraceInformation.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.TestFailedException(Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome, string! errorMessage, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation? stackTraceInformation, System.Exception? realException) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.TestFailedException(Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome, string! errorMessage, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation? stackTraceInformation) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.TestFailedException(Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome, string! errorMessage, System.Exception? realException) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.TestFailedException(Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome, string! errorMessage) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.ActualData.get -> object?[]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.ActualData.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.AssemblyName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.Clone() -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.CloneWithSource(string! source) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.CloneWithUpdatedSource(string! source) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.DataType.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.DynamicDataType
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.DataType.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.DisplayName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.DisplayName.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.FullClassName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.HasManagedMethodAndTypeProperties.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.Hierarchy.get -> System.Collections.Generic.IReadOnlyCollection<string?>?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.ManagedMethodName.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.ManagedTypeName.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.MethodInfo.get -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.MethodInfo.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.Name.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.ParameterTypes.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.SerializedData.get -> string?[]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.SerializedData.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TestCaseIndex.get -> int
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TestCaseIndex.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TestDataSourceIgnoreMessage.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TestDataSourceIgnoreMessage.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TestMethod(string! name, string! fullClassName, string! assemblyName, string? displayName) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod.TestMethod(string? managedMethodName, string?[]? hierarchyValues, string! name, string! fullClassName, string! assemblyName, string? displayName, string? parameterTypes) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait.Name.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait.TestTrait() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait.TestTrait(string! name, string! value) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait.Value.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TypeInspectionException
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TypeInspectionException.TypeInspectionException() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TypeInspectionException.TypeInspectionException(string? message, System.Exception? innerException) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TypeInspectionException.TypeInspectionException(string? message) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.Clone() -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.CloneWithSource(string! source) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.CloneWithUpdatedSource(string! source) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DeclaringFilePath.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DeclaringFilePath.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DeclaringLineNumber.get -> int?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DeclaringLineNumber.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DeploymentItems.get -> System.Collections.Generic.KeyValuePair<string!, string!>[]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DeploymentItems.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DoNotParallelize.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.DoNotParallelize.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.ExecutionContextProperties.get -> System.Collections.Generic.IReadOnlyDictionary<string!, object?>?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.ExecutionContextProperties.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.HostRecordingHandle.get -> object?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.HostRecordingHandle.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.Priority.get -> int?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.Priority.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.TestCategory.get -> string![]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.TestCategory.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.TestMethod.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.Traits.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait[]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.Traits.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.UnfoldingStrategy.get -> Microsoft.VisualStudio.TestTools.UnitTesting.TestDataSourceUnfoldingStrategy
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.UnfoldingStrategy.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.UnitTestElement(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestMethod! testMethod) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.WithUpdatedSource(string! source) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.WorkItemIds.get -> string![]?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement.WorkItemIds.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.AdapterTraceLogger.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.AdapterTraceLogger.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.CreateTestSourceHost(string! source, string? settingsXml) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHost!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.FileOperations.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.GetTestContext(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod? testMethod, string? testClassFullName, System.Collections.Generic.IDictionary<string!, object?>! properties, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.IsGracefulStopRequested.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.IsGracefulStopRequested.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.ReflectionOperations.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.SetSourceGeneratedOperations(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations! reflectionOperations, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations! fileOperations) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.SettingsProvider.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ISettingsProvider!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.TestDataSource.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDataSource!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.TestDeployment.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.TestRunCancellationToken.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.TestRunCancellationToken.set -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.ThreadOperations.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IThreadOperations!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings.ExecutionApartmentState.get -> System.Threading.ApartmentState?
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings.RunConfigurationSettings() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken.Cancel() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken.Canceled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken.Register(System.Action<object?>! callback, object? state) -> System.Threading.CancellationTokenRegistration
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken.TestRunCancellationToken() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken.TestRunCancellationToken(System.Threading.CancellationToken originalCancellationToken) -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken.ThrowIfCancellationRequested() -> void
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.UnitTestDiscoverer
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.UnitTestDiscoverer.DiscoverTestsAsync(System.Collections.Generic.IEnumerable<string!>! sources, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! logger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IUnitTestElementSink! discoverySink, string? settingsXml, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider? filterProvider, bool isMTP) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.UnitTestDiscoverer.UnitTestDiscoverer(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler! testSourceHandler) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.ApplicationStateGuard
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AppDomainWrapper
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AppDomainWrapper.AppDomainWrapper() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AppDomainWrapper.CreateDomain(string! friendlyName, System.Security.Policy.Evidence! securityInfo, System.AppDomainSetup! info) -> System.AppDomain!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AppDomainWrapper.Unload(System.AppDomain! appDomain) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.~AssemblyResolver() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.AddSearchDirectoriesFromRunSetting(System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath!>! recursiveDirectoryPath) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.AddSubdirectories(string! path, System.Collections.Generic.List<string!>! searchDirectories) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.AssemblyResolver(System.Collections.Generic.IList<string!>! directories) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.Dispose() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.OnResolve(object? sender, System.ResolveEventArgs! args) -> System.Reflection.Assembly?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.ReflectionOnlyOnResolve(object! sender, System.ResolveEventArgs! args) -> System.Reflection.Assembly?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.CsvDataConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.CsvDataConnection.CsvDataConnection(string! fileName, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.CsvDataConnection.ReadTable(string! tableName, System.Collections.IEnumerable? columns, int maxRows) -> System.Data.DataTable!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.MSSqlCapableConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.MSSqlCapableConnection.MSSqlCapableConnection(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OdbcDataConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OdbcDataConnection.CommandBuilder.get -> System.Data.Odbc.OdbcCommandBuilder!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OdbcDataConnection.Connection.get -> System.Data.Odbc.OdbcConnection!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OdbcDataConnection.OdbcDataConnection(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OleDataConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OleDataConnection.CommandBuilder.get -> System.Data.OleDb.OleDbCommandBuilder!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OleDataConnection.Connection.get -> System.Data.OleDb.OleDbConnection!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.OleDataConnection.OleDataConnection(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.SqlDataConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.SqlDataConnection.SqlDataConnection(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.FixPath(string! path) -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.TestDataConnection(System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionFactory
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionFactory.TestDataConnectionFactory() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.CommandBuilder.get -> System.Data.Common.DbCommandBuilder!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.Factory.get -> System.Data.Common.DbProviderFactory!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.FormatTableNameForDisplay(string? tableSchema, string? tableName) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetDefaultSchemaMSSql() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetQuoteLiteralsHelper() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.IsOpen() -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.JoinAndQuoteName(string![]! parts, bool fullyQuote) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.KnownOdbcDrivers
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.KnownOleDbProviderNames
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.PrepareNameForSql(string! tableName) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.InvalidSchemas -> string![]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.NameColumn -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.SchemaColumn -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.SchemaMetaData() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.SchemaTable -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.TableTypeColumn -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData.ValidTableTypes -> string![]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SplitName(string! name) -> string![]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SplitTableName(string! name, out string? schemaName, out string! tableName) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.TestDataConnectionSql(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.XmlDataConnection
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.XmlDataConnection.XmlDataConnection(string! fileName, System.Collections.Generic.List<string!>! dataFolders) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.AssemblyLoadWorker
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.AssemblyLoadWorker.AssemblyLoadWorker() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.AssemblyLoadWorker.AssemblyLoadWorker(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.IAssemblyUtility! assemblyUtility) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.AssemblyLoadWorker.GetFullPathToDependentAssemblies(string! assemblyPath, out System.Collections.Generic.IList<string!>! warnings) -> System.Collections.Generic.IReadOnlyCollection<string!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.AssemblyLoadWorker.GetTargetFrameworkVersionStringFromPath(string! path, out string? errorMessage) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext.DeploymentContext(string? testRunDirectory, string? runSettingsXml) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext.RunSettingsXml.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext.TestRunDirectory.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.DeploymentItem(string! sourcePath, string! relativeOutputDirectory, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType originType) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.DeploymentItem(string! sourcePath, string! relativeOutputDirectory) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.DeploymentItem(string! sourcePath) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.OriginType.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.RelativeOutputDirectory.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.SourcePath.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType.Dependency = 2 -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType.PerTestDeployment = 0 -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType.Satellite = 3 -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType.TestStorage = 1 -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItemOriginType
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.InDirectory.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.InMachineNameDirectory.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.OutDirectory.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.RootDeploymentDirectory.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories.TestRunDirectories(string! rootDirectory, string? firstTestSource, bool isAppDomainCreationDisabled) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.AwaitOnCompleted<TAwaiter, TStateMachine>(ref TAwaiter awaiter, ref TStateMachine stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.AwaitUnsafeOnCompleted<TAwaiter, TStateMachine>(ref TAwaiter awaiter, ref TStateMachine stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.SetException(System.Exception! ex) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.SetResult() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine! stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.Start<TStateMachine>(ref TStateMachine stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.SynchronizationContextPreservingAsyncTaskMethodBuilder() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.Task.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.AwaitOnCompleted<TAwaiter, TStateMachine>(ref TAwaiter awaiter, ref TStateMachine stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.AwaitUnsafeOnCompleted<TAwaiter, TStateMachine>(ref TAwaiter awaiter, ref TStateMachine stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.SetException(System.Exception! ex) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.SetResult(TResult result) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine! stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.Start<TStateMachine>(ref TStateMachine stateMachine) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.SynchronizationContextPreservingAsyncTaskMethodBuilder() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.Task.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask.ConfigureAwait(bool continueOnCapturedContext) -> System.Runtime.CompilerServices.ConfiguredTaskAwaitable
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask.GetAwaiter() -> System.Runtime.CompilerServices.TaskAwaiter
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask.SynchronizationContextPreservingTask() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask.SynchronizationContextPreservingTask(System.Threading.Tasks.Task! innerTask) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>.ConfigureAwait(bool continueOnCapturedContext) -> System.Runtime.CompilerServices.ConfiguredTaskAwaitable<TResult>
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>.GetAwaiter() -> System.Runtime.CompilerServices.TaskAwaiter<TResult>
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>.SynchronizationContextPreservingTask() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>.SynchronizationContextPreservingTask(System.Threading.Tasks.Task<TResult>! innerTask) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.FileOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.FileOperations.DoesFileExist(string! assemblyFileName) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.FileOperations.FileOperations() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.FileOperations.GetFullFilePath(string! assemblyFileName) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.FileOperations.LoadAssembly(string! assemblyName) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.AssemblyFileLocator
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.HierarchyConstants.Levels
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.InvalidManagedNameException
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.InvalidManagedNameException.InvalidManagedNameException() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ManagedNameHelper
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ManagedNameParser
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ReflectionHelper
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.StaThreadHelper
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.IAppDomain
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.IAppDomain.CreateDomain(string! friendlyName, System.Security.Policy.Evidence! securityInfo, System.AppDomainSetup! info) -> System.AppDomain!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.IAppDomain.Unload(System.AppDomain! appDomain) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger.SendMessage(Microsoft.VisualStudio.TestTools.UnitTesting.MessageLevel level, string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration.this[string! key].get -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations.DoesFileExist(string! assemblyFileName) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations.GetFullFilePath(string! assemblyFileName) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IFileOperations.LoadAssembly(string! assemblyName) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.CreateInstance(System.Type! type, object?[]! parameters) -> object?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetAttributes<TAttributeType>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Collections.Generic.IEnumerable<TAttributeType!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetConstructorInvoker(System.Type! type) -> System.Func<object?[]?, object!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetCustomAttributes(System.Reflection.Assembly! assembly, System.Type! type) -> object![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo) -> object![]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetCustomAttributesCached(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Attribute![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetDeclaredConstructors(System.Type! classType) -> System.Reflection.ConstructorInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetDeclaredMethods(System.Type! classType) -> System.Reflection.MethodInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetDeclaredProperties(System.Type! type) -> System.Reflection.PropertyInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetDefinedTypes(System.Reflection.Assembly! assembly) -> System.Type![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetFirstAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetPropertySetter(System.Reflection.PropertyInfo! property) -> System.Action<object?, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetRuntimeMethod(System.Type! declaringType, string! methodName, System.Type![]! parameters, bool includeNonPublic) -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetRuntimeMethods(System.Type! type) -> System.Reflection.MethodInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetRuntimeProperty(System.Type! classType, string! propertyName, bool includeNonPublic) -> System.Reflection.PropertyInfo?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetSingleAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetTestMethodInvoker(System.Reflection.MethodInfo! method) -> System.Func<object?, object?[]?, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetType(string! typeName) -> System.Type?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.GetType(System.Reflection.Assembly! assembly, string! typeName) -> System.Type?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.IsAttributeDefined<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations.IsMethodDeclaredInSameAssemblyAsType(System.Reflection.MethodInfo! method, System.Type! type) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ISettingsProvider
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ISettingsProvider.GetProperties(string! source) -> System.Collections.Generic.IDictionary<string!, object!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ISettingsProvider.Load(System.Xml.XmlReader! reader) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.AddProperty(string! propertyName, string! propertyValue) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.ClearDiagnosticMessages() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.Context.get -> Microsoft.VisualStudio.TestTools.UnitTesting.TestContext!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.DisplayMessage(Microsoft.VisualStudio.TestTools.UnitTesting.MessageLevel messageLevel, string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.GetDiagnosticMessages() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.GetResultFiles() -> System.Collections.Generic.IList<string!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.SetDataConnection(object? dbConnection) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.SetDataRow(object? dataRow) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.SetDisplayName(string? displayName) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.SetException(System.Exception? exception) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.SetOutcome(Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.SetTestData(object?[]? data) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext.TryGetPropertyValue(string! propertyName, out object? propertyValue) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDataSource
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDataSource.GetData(Microsoft.VisualStudio.TestTools.UnitTesting.ITestMethod! testMethodInfo, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext) -> System.Collections.Generic.IEnumerable<object!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment.Cleanup() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment.Deploy(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! testElements, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment.GetDeploymentDirectory() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestDeployment.GetDeploymentItems(System.Reflection.MethodInfo! method, System.Type! type, System.Collections.Generic.ICollection<string!>! warnings) -> System.Collections.Generic.KeyValuePair<string!, string!>[]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilter
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilter.Matches(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider.GetTestElementFilter(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! logger, out bool filterHasError) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilter?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder.RecordEmptyResultAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder.RecordResultAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement, Microsoft.VisualStudio.TestTools.UnitTesting.TestResult! unitTestResult, System.DateTimeOffset startTime, System.DateTimeOffset endTime) -> System.Threading.Tasks.Task<bool>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder.RecordStartAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler.GetTestSources(System.Collections.Generic.IEnumerable<string!>! sources) -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler.IsAssemblyReferenced(System.Reflection.AssemblyName! assemblyName, string! source) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler.ValidSourceExtensions.get -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHost
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHost.CreateInstanceForType(System.Type! type, object?[]? args) -> object?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHost.SetupHost() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IThreadOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IThreadOperations.Execute(System.Action! action, int timeout, System.Threading.CancellationToken cancelToken) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Error(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Error(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Error(System.Exception! exceptionToTrace) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Info(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Info(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.IsErrorEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.IsInfoEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.IsVerboseEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.IsWarningEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.SetupRemoteEqtTraceListeners(System.AppDomain? childDomain) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Verbose(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Verbose(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Warning(string! format, params object?[]! args) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger.Warning(string! message) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IUnitTestElementSink
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IUnitTestElementSink.SendTestElementAsync(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement) -> System.Threading.Tasks.Task!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.AssemblyName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.FullClassName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.HasManagedMethodAndTypeProperties.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.Hierarchy.get -> System.Collections.Generic.IReadOnlyCollection<string?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.ManagedMethodName.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.ManagedTypeName.get -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod.Name.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.DeleteDeploymentDirectoryAfterTestRunIsComplete.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.DeploymentEnabled.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.DeployTestSourceDependencies.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.GetDirectoryListWithRecursiveProperty(string! baseDirectory) -> System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.MSTestAdapterSettings() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.ResolveEnvironmentVariableAndReturnFullPathIfExist(string? path, string? baseDirectory) -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.SearchDirectories.get -> System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider.GetProperties(string? source) -> System.Collections.Generic.IDictionary<string!, object!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider.Load(System.Xml.XmlReader! reader) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider.MSTestSettingsProvider() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RandomIntPermutation
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RandomIntPermutation.GetEnumerator() -> System.Collections.Generic.IEnumerator<int>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RandomIntPermutation.RandomIntPermutation(int numberOfObjects) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath.DirectoryPath.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath.IncludeSubDirectories.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath.RecursiveDirectoryPath(string! dirPath, bool includeSubDirectories) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.ClearCache() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.CreateInstance(System.Type! type, object?[]! parameters) -> object?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetAttributes<TAttributeType>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Collections.Generic.IEnumerable<TAttributeType!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetConstructorInvoker(System.Type! type) -> System.Func<object?[]?, object!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetCustomAttributes(System.Reflection.Assembly! assembly, System.Type! type) -> object![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo) -> object![]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetCustomAttributesCached(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Attribute![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetDeclaredConstructors(System.Type! classType) -> System.Reflection.ConstructorInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetDeclaredMethods(System.Type! classType) -> System.Reflection.MethodInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetDeclaredProperties(System.Type! type) -> System.Reflection.PropertyInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetDefinedTypes(System.Reflection.Assembly! assembly) -> System.Type![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetFirstAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetPropertySetter(System.Reflection.PropertyInfo! property) -> System.Action<object?, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetRuntimeMethod(System.Type! declaringType, string! methodName, System.Type![]! parameters, bool includeNonPublic) -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetRuntimeMethods(System.Type! type) -> System.Reflection.MethodInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetRuntimeProperty(System.Type! classType, string! testContextPropertyName, bool includeNonPublic) -> System.Reflection.PropertyInfo?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetSingleAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetTestMethodInvoker(System.Reflection.MethodInfo! method) -> System.Func<object?, object?[]?, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetType(string! typeName) -> System.Type?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.GetType(System.Reflection.Assembly! assembly, string! typeName) -> System.Type?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.IsAttributeDefined<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.IsMethodDeclaredInSameAssemblyAsType(System.Reflection.MethodInfo! method, System.Type! type) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.NotCachedReflectionAccessor
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.ReflectionOperations() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SequentialIntPermutation
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SequentialIntPermutation.GetEnumerator() -> System.Collections.Generic.IEnumerator<int>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SequentialIntPermutation.SequentialIntPermutation(int numberOfObjects) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.Add(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider! provider) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.CompositeSourceGeneratedReflectionDataProvider() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedFileOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedFileOperations.DataProvider.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedFileOperations.DoesFileExist(string! assemblyFileName) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedFileOperations.GetFullFilePath(string! assemblyFileName) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedFileOperations.LoadAssembly(string! assemblyName) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedFileOperations.SourceGeneratedFileOperations(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider! dataProvider) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.Assembly.get -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.Assembly.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.AssemblyAttributes.get -> object![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.AssemblyAttributes.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.AssemblyName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.AssemblyName.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker.ConstructorInvoker() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker.Invoker.get -> System.Func<object?[]?, object!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker.Invoker.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker.Parameters.get -> System.Type![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker.Parameters.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.SourceGeneratedReflectionDataProvider() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeAttributes.get -> System.Collections.Generic.IReadOnlyDictionary<System.Type!, System.Attribute![]!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeAttributes.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeConstructors.get -> System.Collections.Generic.IReadOnlyDictionary<System.Type!, System.Reflection.ConstructorInfo![]!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeConstructors.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeConstructorsInvoker.get -> System.Collections.Generic.IReadOnlyDictionary<System.Type!, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.ConstructorInvoker![]!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeConstructorsInvoker.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation.FileName.get -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation.FileName.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation.MethodLocations.get -> System.Collections.Generic.Dictionary<string!, int>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation.MethodLocations.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation.TypeLocation() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethodAttributes.get -> System.Collections.Generic.IReadOnlyDictionary<System.Reflection.MethodInfo!, System.Attribute![]!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethodAttributes.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethodInvokers.get -> System.Collections.Generic.IReadOnlyDictionary<System.Reflection.MethodInfo!, System.Func<object?, object?[]?, object?>!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethodInvokers.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethodLocations.get -> System.Collections.Generic.IReadOnlyDictionary<string!, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeLocation!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethodLocations.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethods.get -> System.Collections.Generic.IReadOnlyDictionary<System.Type!, System.Reflection.MethodInfo![]!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeMethods.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeProperties.get -> System.Collections.Generic.IReadOnlyDictionary<System.Type!, System.Reflection.PropertyInfo![]!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypeProperties.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypePropertiesByName.get -> System.Collections.Generic.IReadOnlyDictionary<System.Type!, System.Collections.Generic.Dictionary<string!, System.Reflection.PropertyInfo!>!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypePropertiesByName.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypePropertySetters.get -> System.Collections.Generic.IReadOnlyDictionary<System.Reflection.PropertyInfo!, System.Action<object?, object?>!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypePropertySetters.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.Types.get -> System.Type![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.Types.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypesByName.get -> System.Collections.Generic.IReadOnlyDictionary<string!, System.Type!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TypesByName.init -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.ClearCache() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.CreateInstance(System.Type! type, object?[]! parameters) -> object?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.DataProvider.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetAttributes<TAttributeType>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Collections.Generic.IEnumerable<TAttributeType!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetConstructorInvoker(System.Type! type) -> System.Func<object?[]?, object!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetCustomAttributes(System.Reflection.Assembly! assembly, System.Type! type) -> object![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetCustomAttributes(System.Reflection.MemberInfo! memberInfo) -> object![]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetCustomAttributesCached(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Attribute![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetDeclaredConstructors(System.Type! classType) -> System.Reflection.ConstructorInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetDeclaredMethods(System.Type! classType) -> System.Reflection.MethodInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetDeclaredProperties(System.Type! type) -> System.Reflection.PropertyInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetDefinedTypes(System.Reflection.Assembly! assembly) -> System.Type![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetFirstAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetPropertySetter(System.Reflection.PropertyInfo! property) -> System.Action<object?, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetRuntimeMethod(System.Type! declaringType, string! methodName, System.Type![]! parameters, bool includeNonPublic) -> System.Reflection.MethodInfo?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetRuntimeMethods(System.Type! type) -> System.Reflection.MethodInfo![]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetRuntimeProperty(System.Type! classType, string! propertyName, bool includeNonPublic) -> System.Reflection.PropertyInfo?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetSingleAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetTestMethodInvoker(System.Reflection.MethodInfo! method) -> System.Func<object?, object?[]?, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetType(string! typeName) -> System.Type?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.GetType(System.Reflection.Assembly! assembly, string! typeName) -> System.Type?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.IsAttributeDefined<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.IsMethodDeclaredInSameAssemblyAsType(System.Reflection.MethodInfo! method, System.Type! type) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionOperations.SourceGeneratedReflectionOperations(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider! dataProvider) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.AddProperty(string! propertyName, string! propertyValue) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.CaptureLifecycleProperties() -> System.Collections.Generic.IReadOnlyDictionary<string!, object?>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.ClearDiagnosticMessages() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.CloneForDataDrivenIteration() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.Context.get -> Microsoft.VisualStudio.TestTools.UnitTesting.TestContext!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.Dispose() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.GetAndClearError() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.GetAndClearOutput() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.GetAndClearTrace() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.GetDiagnosticMessages() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.GetResultFiles() -> System.Collections.Generic.IList<string!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.MergeProperties(System.Collections.Generic.IReadOnlyDictionary<string!, object?>? propertiesToMerge) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.ScopedTestContextSetter
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.ScopedTestContextSetter.Dispose() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.ScopedTestContextSetter.ScopedTestContextSetter() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.ScopedTestContextSetter.ScopedTestContextSetter(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext? testContext) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetDataConnection(object? dbConnection) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetDataRow(object? dataRow) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetDisplayName(string? displayName) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetException(System.Exception? exception) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetOutcome(Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetTestData(object?[]? data) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.Append(char value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.Append(char[]! buffer, int index, int count) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.Append(string? value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.AppendLine(string? value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.Clear() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.GetAndClear() -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.SynchronizedStringBuilder() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.TestContextImplementation(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ObjectModel.ITestMethod? testMethod, string? testClassFullName, System.Collections.Generic.IDictionary<string!, object?>! properties, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger? messageLogger, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.TestRunCancellationToken? testRunCancellationToken) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.TryGetPropertyValue(string! propertyName, out object? propertyValue) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteConsoleErr(char value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteConsoleErr(char[]! buffer, int index, int count) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteConsoleErr(string? value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteConsoleOut(char value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteConsoleOut(char[]! buffer, int index, int count) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteConsoleOut(string? value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteTrace(char value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteTrace(string? value) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDataSource
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDataSource.GetData(Microsoft.VisualStudio.TestTools.UnitTesting.ITestMethod! testMethodInfo, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext) -> System.Collections.Generic.IEnumerable<object!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDataSource.TestDataSource() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.Cleanup() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.Deploy(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! testElements, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.GetDeploymentDirectory() -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.GetDeploymentItems(System.Reflection.MethodInfo! method, System.Type! type, System.Collections.Generic.ICollection<string!>! warnings) -> System.Collections.Generic.KeyValuePair<string!, string!>[]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.TestDeployment() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.TestDeployment(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility! deploymentItemUtility, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility! deploymentUtility, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility! fileUtility) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHandler
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHandler.GetTestSources(System.Collections.Generic.IEnumerable<string!>! sources) -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHandler.IsAssemblyReferenced(System.Reflection.AssemblyName! assemblyName, string! source) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHandler.TestSourceHandler() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHandler.ValidSourceExtensions.get -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.AppDomain.get -> System.AppDomain?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.CreateInstanceForType(System.Type! type, object?[]? args) -> object?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.Dispose() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.GetAppBaseAsPerPlatform() -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.GetTargetFrameworkVersionString(string! sourceFileName) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.SetupHost() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.TestSourceHost(string! sourceFileName, string? settingsXml, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.IAppDomain! appDomain) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.TestSourceHost(string! sourceFileName, string? settingsXml) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.UsesAppDomain.get -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.Execute(System.Action! action, int timeout, System.Threading.CancellationToken cancelToken) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ThreadOperations.ThreadOperations() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.AssemblyUtility() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.IsAssemblyExtension(string! extensionWithLeadingDot) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.ReflectionOnlyLoad(string! assemblyString) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.ReflectionOnlyLoadFrom(string! assemblyPath) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.DeploymentItemUtility(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations! reflectionOperations) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.GetClassLevelDeploymentItems(System.Type! type, System.Collections.Generic.ICollection<string!>! warnings) -> System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.GetDeploymentItems(System.Reflection.MethodInfo! method, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! classLevelDeploymentItems, System.Collections.Generic.ICollection<string!>! warnings) -> System.Collections.Generic.KeyValuePair<string!, string!>[]?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.DeploymentUtility() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.DeploymentUtility(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility! deploymentItemUtility, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility! assemblyUtility, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility! fileUtility) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.GetSatellites(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItems, string! testSourceHandler, System.Collections.Generic.IList<string!>! warnings) -> System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.ProcessNewStorage(string! testSourceHandler, System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItems, System.Collections.Generic.IList<string!>! warnings) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.AddTestSourceConfigFileIfExists(string! testSourceHandler, System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItems) -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.AssemblyUtility.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.AssemblyUtility.set -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.CreateDeploymentDirectories(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, string? firstTestSource) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.Deploy(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! tests, string! source, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories! runDirectories) -> bool
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.Deploy(System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItems, string! testSourceHandler, string! deploymentDirectory, string! resultsDirectory) -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.DeploymentItemUtility.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.DeploymentItemUtility.set -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.DeploymentUtilityBase() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.DeploymentUtilityBase(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility! deploymentItemUtility, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility! assemblyUtility, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility! fileUtility) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.FileUtility.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.FileUtility.set -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.GetConfigFile(string! testSourceHandler) -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.GetFullPathToFilesCorrespondingToDeploymentItem(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem! deploymentItem, string! testSourceHandler, string! resultsDirectory, System.Collections.Generic.IList<string!>! warnings, out bool isDirectory) -> System.Collections.Generic.List<string!>?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.FileUtility() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.FindAndDeployPdb(string! destinationFile, string! relativeDestination, string! sourceFile, System.Collections.Generic.Dictionary<string!, string!>! destToSource) -> string?
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.IAssemblyUtility
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.IAssemblyUtility.ReflectionOnlyLoad(string! assemblyString) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.IAssemblyUtility.ReflectionOnlyLoadFrom(string! assemblyPath) -> System.Reflection.Assembly!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.SuspendCodeCoverage
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.SuspendCodeCoverage.Dispose() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.SuspendCodeCoverage.SuspendCodeCoverage() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances.Clone() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances.Next(int celt, out Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance! rgelt, out int pceltFetched) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances.Reset() -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances.Skip(int celt) -> void
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupConfiguration
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupConfiguration.EnumInstances() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IEnumSetupInstances!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupConfiguration.GetInstanceForCurrentProcess() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupConfiguration.GetInstanceForPath(string! wzPath) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetDescription(int lcid) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetDisplayName(int lcid) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetInstallationName() -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetInstallationPath() -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetInstallationVersion() -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetInstallDate() -> System.Runtime.InteropServices.ComTypes.FILETIME
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.GetInstanceId() -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.ISetupInstance.ResolvePath(string! relativePath) -> string!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.SetupConfiguration
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.XmlUtilities
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.XmlUtilities.AddAssemblyRedirection(string! configFile, System.Reflection.AssemblyName! assemblyName, string! oldVersion, string! newVersion) -> byte[]!
Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.XmlUtilities.XmlUtilities() -> void
override (T1, T2).Equals(object? obj) -> bool
override (T1, T2).GetHashCode() -> int
override (T1, T2).ToString() -> string!
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.Equals(object? obj) -> bool
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.GetHashCode() -> int
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.ToString() -> string!
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.Encoding.get -> System.Text.Encoding!
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.Write(char value) -> void
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.Write(char[]! buffer, int index, int count) -> void
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ConsoleRouter.Write(string? value) -> void
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblySettingsProvider.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TraceTextWriter.Encoding.get -> System.Text.Encoding!
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TraceTextWriter.Write(char value) -> void
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TraceTextWriter.Write(string? value) -> void
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.UnitTestRunner.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException.StackTrace.get -> string?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.CsvDataConnection.GetColumns(string! tableName) -> System.Collections.Generic.List<string!>?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.CsvDataConnection.GetDataTablesAndViews() -> System.Collections.Generic.List<string!>!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.CsvDataConnection.ReadTable(string! tableName, System.Collections.IEnumerable? columns) -> System.Data.DataTable!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.MSSqlCapableConnection.GetDefaultSchema() -> string?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.MSSqlCapableConnection.GetQuoteLiterals() -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.SqlDataConnection.GetDefaultSchema() -> string?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.Connection.get -> System.Data.Common.DbConnection!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.Dispose() -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetColumns(string! tableName) -> System.Collections.Generic.List<string!>?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetDataTablesAndViews() -> System.Collections.Generic.List<string!>!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.ReadTable(string! tableName, System.Collections.IEnumerable? columns) -> System.Data.DataTable!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.XmlDataConnection.GetColumns(string! tableName) -> System.Collections.Generic.List<string!>?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.XmlDataConnection.GetDataTablesAndViews() -> System.Collections.Generic.List<string!>?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.XmlDataConnection.ReadTable(string! tableName, System.Collections.IEnumerable? columns) -> System.Data.DataTable?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.AssemblyLoadWorker.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.Equals(object? obj) -> bool
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.GetHashCode() -> int
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem.ToString() -> string!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.RecursiveDirectoryPath.InitializeLifetimeService() -> object?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.InitializeLifetimeService() -> object!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.GetAssemblyAttributes(System.Reflection.Assembly! assembly) -> object![]!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.GetNavigationData(string! className, string! methodName, out int minLineNumber, out string? fileName) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.GetSnapshot() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.TryGetAssembly(string! assemblyPath, out System.Reflection.Assembly? assembly) -> bool
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.CompositeSourceGeneratedReflectionDataProvider.TryGetTypeByName(System.Reflection.Assembly! assembly, string! typeName, out System.Type? type) -> bool
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.AddResultFile(string! fileName) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.CurrentTestOutcome.get -> Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.DataConnection.get -> System.Data.Common.DbConnection?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.DataRow.get -> System.Data.DataRow?
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.DisplayMessage(Microsoft.VisualStudio.TestTools.UnitTesting.MessageLevel messageLevel, string! message) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.Properties.get -> System.Collections.Generic.IDictionary<string!, object?>!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SynchronizedStringBuilder.ToString() -> string!
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.Write(string! format, params object?[]! args) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.Write(string? message) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteLine(string! format, params object?[]! args) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.WriteLine(string? message) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.AddDeploymentItemsBasedOnMsTestSetting(string! testSourceHandler, System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItems, System.Collections.Generic.List<string!>! warnings) -> void
override Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtility.GetRootDeploymentDirectory(string! baseDirectory) -> string!
override System.Runtime.InteropServices.OSPlatform.Equals(object? obj) -> bool
override System.Runtime.InteropServices.OSPlatform.GetHashCode() -> int
override System.Runtime.InteropServices.OSPlatform.ToString() -> string!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.operator !=(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult? left, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult? right) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult.operator ==(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult? left, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerationResult? right) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator.GetTypes(System.Reflection.Assembly! assembly) -> System.Type![]!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumeratorWrapper.GetTests(string? assemblyFileName, string? settingsXml, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler! testSourceHandler, bool isMTP, out System.Collections.Generic.List<string!>! warnings) -> System.Collections.Generic.ICollection<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator.HasCorrectTestContextSignature(System.Type! type) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator.TypeHasValidAccessibility(System.Type! type, bool discoverInternals) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ClassCleanupManager.ForceCleanup(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache! typeCache, System.Collections.Generic.IDictionary<string!, object?>! sourceLevelParameters, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! logger) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ExceptionHelper.GetFormattedExceptionMessage(this System.Exception! ex) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.ExceptionHelper.GetStackTraceInformation(this System.Exception! ex) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestRunInfo.CreateFrom(System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! testsToRun) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestRunInfo!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.FromFixtureSettings(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureKind fixtureKind) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.FromTestTimeoutSettings() -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.FromTimeout(int timeout) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo.FromTimeoutAttribute(Microsoft.VisualStudio.TestTools.UnitTesting.TimeoutAttribute! timeoutAttribute) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.CollectFixtureMethodsFromProviderType(System.Type! fixtureType, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo! assemblyInfo, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache! this, bool localProvidedInit, bool localProvidedCleanup) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.InstantiateTestFilter(System.Type! filterType) -> Microsoft.VisualStudio.TestTools.UnitTesting.ITestFilter!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.LoadProviderMarkers(System.Reflection.Assembly! candidate) -> object![]!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache.ProcessProviderFixtureType(System.Type! fixtureType, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestAssemblyInfo! assemblyInfo, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TypeCache! this, bool localProvidedInit, bool localProvidedCleanup) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.GetAsyncTypeName(this System.Reflection.MethodInfo! method, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper? reflectHelper = null) -> string?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.GetInvokeResultAsync(this System.Reflection.MethodInfo! methodInfo, object? classInstance, params object?[]? arguments) -> System.Threading.Tasks.Task?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.GetInvokeResultWithParametersAsync(this System.Reflection.MethodInfo! methodInfo, object? classInstance, System.Reflection.ParameterInfo![]! methodParameters, params object?[]? arguments) -> System.Threading.Tasks.Task?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.HasCorrectClassOrAssemblyCleanupSignature(this System.Reflection.MethodInfo! method) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.HasCorrectClassOrAssemblyInitializeSignature(this System.Reflection.MethodInfo! method) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.HasCorrectTestInitializeOrCleanupSignature(this System.Reflection.MethodInfo! method) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.HasCorrectTestMethodSignature(this System.Reflection.MethodInfo! method, bool ignoreParameterLength, bool discoverInternals = false) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.InvokeAsFixtureMethodAsync(this System.Reflection.MethodInfo! methodInfo, Microsoft.VisualStudio.TestTools.UnitTesting.TestContext! testContext, System.Action<System.Threading.ExecutionContext?>! setExecutionContext, System.Action? afterExecutionContextCaptured = null) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.MethodInfoExtensions.IsValidReturnType(this System.Reflection.MethodInfo! method, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper? reflectHelper = null) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.TestContextExtensions.GetAndClearDiagnosticMessages(this Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext) -> string?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.TestResultOutputExtensions.AppendOutputAndTraces(this Microsoft.VisualStudio.TestTools.UnitTesting.TestResult! result, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation? testContextImpl, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.TestResultOutputExtensions.SetOutputAndTraces(this Microsoft.VisualStudio.TestTools.UnitTesting.TestResult! result, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation? testContextImpl, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext, string? initializationLogs, string? initializationErrorLogs, string? initializationTrace, string? initializationTestContextMessages) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.TestResultOutputExtensions.SetOutputAndTraces(this Microsoft.VisualStudio.TestTools.UnitTesting.TestResult! result, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation? testContextImpl, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestContext! testContext) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Extensions.UnitTestOutcomeExtensions.GetMoreImportantOutcome(this Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome1, Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome2) -> Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.AttributeExtensions.IsIgnored(this System.Reflection.ICustomAttributeProvider! type, out string? ignoreMessage) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.CancellationTimeoutHelper.RunWithCooperativeCancellationAsync<TResult>(System.Func<System.Threading.CancellationTokenSource!, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>>! action, System.Threading.CancellationTokenSource! outerCancellationTokenSource, int timeout, System.Func<bool, TResult>! failureFactory) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<TResult>
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.DataSerializationHelper.Deserialize(string?[]? serializedData) -> object?[]?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.DataSerializationHelper.Serialize(object?[]? data) -> string?[]?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.DictionaryHelper.ConcatWithOverwrites<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue>? source, System.Collections.Generic.IDictionary<TKey, TValue>? overwrite, string! sourceFriendlyName = "source", string! overwriteFriendlyName = "overwrite") -> System.Collections.Generic.IDictionary<TKey, TValue>!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ExecutionContextHelpers.RunOnContext(System.Threading.ExecutionContext? executionContext, System.Action! action) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ExecutionContextHelpers.RunOnContextAsync(System.Threading.ExecutionContext? executionContext, System.Func<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask>! action) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.FixtureMethodRunner.RunWithTimeoutAndCancellationAsync(System.Func<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask>! action, System.Threading.CancellationTokenSource! cancellationTokenSource, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TimeoutInfo? timeoutInfo, System.Reflection.MethodInfo! methodInfo, System.Threading.ExecutionContext? executionContext, string! methodCanceledMessageFormat, string! methodTimedOutMessageFormat, (System.Threading.CancellationTokenSource! TokenSource, int Timeout)? testTimeoutInfo = null) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingTask<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestFailedException?>
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.ClearCache() -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetCustomAttributesCached(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Attribute![]!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetParallelizeAttribute(System.Reflection.Assembly! assembly) -> Microsoft.VisualStudio.TestTools.UnitTesting.ParallelizeAttribute?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetTestCategories(System.Reflection.MemberInfo! categoryAttributeProvider, System.Type! owningType) -> string![]!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetTestDataSourceDiscoveryOption(System.Reflection.Assembly! assembly) -> Microsoft.VisualStudio.TestTools.UnitTesting.TestDataSourceDiscoveryOption?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetTestDataSourceOptions(System.Reflection.Assembly! assembly) -> Microsoft.VisualStudio.TestTools.UnitTesting.TestDataSourceOptionsAttribute?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetTestPropertiesAsTraits(System.Reflection.MethodInfo! testPropertyProvider) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait[]!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.HasDiscoverInternalsAttribute(System.Reflection.Assembly! assembly) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.Instance.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.IsDoNotParallelizeSet(System.Reflection.Assembly! assembly) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.MatchReturnType(System.Reflection.MethodInfo! method, System.Type! returnType) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.PerformActionOnAttribute<TAttributeType, TState>(System.Reflection.ICustomAttributeProvider! attributeProvider, System.Action<TAttributeType!, TState?>! action, TState? state) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RunSettingsUtilities.GetTestRunParameters(string? settingsXml) -> System.Collections.Generic.Dictionary<string!, object!>?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RunSettingsUtilities.ReaderSettings.get -> System.Xml.XmlReaderSettings!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RunSettingsUtilities.ThrowOnHasAttributes(System.Xml.XmlReader! reader) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.RuntimeContext.IsHotReloadEnabled.get -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestDataSourceHelpers.IsDataConsideredSingleArgumentValue(object?[]? data, System.Reflection.ParameterInfo![]! parameters) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestDataSourceHelpers.TryHandleITestDataRow(object?[]! d, System.Reflection.ParameterInfo![]! testMethodParameters, out object?[]! data, out string? ignoreMessageFromTestDataRow, out string? displayNameFromTestDataRow, out System.Collections.Generic.IList<string!>? testCategoriesFromTestDataRow) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestDataSourceHelpers.TryHandleITestDataRow(object?[]! d, System.Reflection.ParameterInfo![]! testMethodParameters, out object?[]! data, out string? ignoreMessageFromTestDataRow, out string? displayNameFromTestDataRow) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestDataSourceHelpers.TryHandleTupleDataSource(object? data, System.Reflection.ParameterInfo![]! testMethodParameters, out object?[]! array) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.TestRunParameters.FromXml(System.Xml.XmlReader! reader) -> System.Collections.Generic.Dictionary<string!, object!>!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.XmlReaderUtilities.ReadToNextElement(this System.Xml.XmlReader! reader) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.XmlReaderUtilities.ReadToRootNode(System.Xml.XmlReader! reader) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.XmlReaderUtilities.SkipToNextElement(this System.Xml.XmlReader! reader) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestDiscovererHelpers.AreValidSources(System.Collections.Generic.IEnumerable<string!>! sources, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler! testSourceHandler) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestDiscovererHelpers.InitializeDiscovery(System.Collections.Generic.IEnumerable<string!>! sources, string? settingsXml, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration? configuration, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler! testSourceHandler) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.CurrentSettings.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.GetSettings(string? runSettingsXml, string! settingName, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger? logger) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.PopulateSettings(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings! settings) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.PopulateSettings(string? settingsXml, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger? logger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration? configuration) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.Reset() -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.RunConfigurationSettings.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings.SetSettingsFromConfig(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration! configuration, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger? logger, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestSettings! settings) -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.Current.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector?
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.Current.set -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.EnsureInitialized() -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.IsTelemetryOptedOut() -> bool
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.SendDiscoveryTelemetryAndResetAsync(System.Func<string!, System.Collections.Generic.IDictionary<string!, object!>!, System.Threading.Tasks.Task!>? telemetrySender) -> System.Threading.Tasks.Task!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.MSTestTelemetryDataCollector.SendExecutionTelemetryAndResetAsync(System.Func<string!, System.Collections.Generic.IDictionary<string!, object!>!, System.Threading.Tasks.Task!>? telemetrySender) -> System.Threading.Tasks.Task!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.NopTraceLogger.Instance.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITraceLogger!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.Instance.get -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.IPlatformServiceProvider!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.PlatformServiceProvider.Instance.set -> void
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings.GetSettings(string? runSettingsXml) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings.SetRunConfigurationSettingsFromConfig(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration! configuration, Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings! settings) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.RunConfigurationSettings!
static Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.UnitTestDiscoverer.SendTestCasesAsync(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! testElements, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IUnitTestElementSink! discoverySink, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider? filterProvider, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! logger) -> System.Threading.Tasks.Task!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.ApplicationStateGuard.Ensure(bool condition, string! errorMessage) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.ApplicationStateGuard.Ensure(bool condition, string? path = null, int line = 0) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.ApplicationStateGuard.Unreachable(string? path = null, int line = 0) -> System.Diagnostics.UnreachableException!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.AddSubdirectories(string! path, System.Collections.Generic.List<string!>! searchDirectories) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.FixConnectionStringFilePath(System.Data.Common.DbConnectionStringBuilder! builder, string! originalConnectionString, System.Func<string?>! getFilePath, System.Action<string!>! setFilePath, System.Collections.Generic.List<string!>! dataFolders) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.FixPath(string! path, System.Collections.Generic.List<string!>! foldersToCheck) -> string?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.GetRelativePart(string! path) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.PathNeedsFixup(string! path) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.WriteDiagnostics(string! formatString, params object?[]! parameters) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.Create(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.IsMSSql(string? providerName) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder.Create() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>.Create() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Execution.SynchronizationContextPreservingAsyncTaskMethodBuilder<TResult>
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions.GetExceptionMessage(this System.Exception! exception) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions.GetRealException(this System.Exception! exception) -> System.Exception!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions.IsOperationCanceledExceptionFromToken(this System.Exception! ex, System.Threading.CancellationToken cancellationToken) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions.TryGetMessage(this System.Exception? exception) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions.TryGetStackTraceInformation(this System.Exception! exception) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Extensions.ExceptionExtensions.TryGetUnitTestAssertException(this System.Exception! exception, out Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestOutcome outcome, out string? exceptionMessage, out Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.StackTraceInformation? exceptionStackTrace) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.AssemblyFileLocator.GetDirectoryOrAppContextBase(System.Reflection.Assembly! assembly) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.AssemblyFileLocator.GetFileNameOrSimpleName(System.Reflection.Assembly! assembly) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.AssemblyFileLocator.TryGetLocation(System.Reflection.Assembly! assembly) -> string?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ManagedNameHelper.GetManagedNameAndHierarchy(System.Reflection.MethodBase! method, out string! managedTypeName, out string! managedMethodName, out string?[]! hierarchyValues) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ManagedNameHelper.GetMethod(System.Reflection.Assembly! assembly, string! managedTypeName, string! managedMethodName) -> System.Reflection.MethodInfo!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ManagedNameHelper.ParseEscapedString(string! escapedString) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ManagedNameParser.ParseManagedMethodName(string! managedMethodName, out string! methodName, out int arity, out string![]? parameterTypes) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ReflectionHelper.GetTestCategories(this Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations! reflectionOperations, System.Reflection.MemberInfo! categoryAttributeProvider, System.Type! owningType) -> string![]!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.ReflectionHelper.GetTestPropertiesAsTraits(this Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IReflectionOperations! reflectionOperations, System.Reflection.MethodInfo! testPropertyProvider) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.TestTrait[]!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.StaThreadHelper.RunOnApartmentThreadIfNeededAsync<T>(System.Threading.ApartmentState? requestedApartmentState, string! threadName, System.Func<System.Threading.Tasks.Task<T>!>! action, System.Func<T>! threadResultFactory, System.Func<System.Threading.Thread!, System.Threading.Tasks.Task!>! waitForThreadAsync, System.Func<System.Threading.Thread!, System.Exception!, T>! exceptionHandler, System.Action! warningHandler) -> System.Threading.Tasks.Task<T>!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Helpers.StaThreadHelper.RunOnStaThreadAsync(System.Func<System.Threading.Tasks.Task!>! action) -> System.Threading.Tasks.Task!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.Configuration.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.Configuration.set -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.IsAppDomainCreationDisabled(string? settingsXml) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.ToSettings(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration! configuration) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.ToSettings(System.Xml.XmlReader! reader) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider.Load(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IConfiguration! configuration) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider.Reset() -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestSettingsProvider.Settings.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.ReflectionOperations.NotCachedReflectionAccessor.GetCustomAttributesNotCached(System.Reflection.ICustomAttributeProvider! attributeProvider) -> object![]?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.SetCurrentTestContext(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext? testContext) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestContextImplementation.ScopedTestContextSetter
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.GetDeploymentInformation(string? source) -> System.Collections.Generic.IDictionary<string!, object!>!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.Reset() -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestDeployment.RunDirectories.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.TestRunDirectories?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.CreateInstance(System.AppDomain! appDomain, System.Type! type, object?[]? arguments) -> object!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.GetTargetFrameworkVersionFromVersionString(string! version) -> System.Version!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.GetTargetFrameworkVersionString(string! testSourcePath) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.SetAppDomainFrameworkVersionBasedOnTestSource(System.AppDomainSetup! setup, string! frameworkVersionString) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.SetConfigurationFile(System.AppDomainSetup! appDomainSetup, string? testSourceConfigFile) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.XmlUtilities.get -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.XmlUtilities!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AppDomainUtilities.XmlUtilities.set -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.GetResolutionPaths() -> System.Collections.Generic.IList<string!>!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.IsAssembly(string! path) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.AddDeploymentItem(System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>! deploymentItemList, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem! deploymentItem) -> void
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.GetDeploymentItems(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! tests) -> System.Collections.Generic.IList<Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem!>!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.HasDeploymentItems(Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement! testElement) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentItemUtility.IsValidDeploymentItem(string? sourcePath, string? relativeOutputDirectory, out string? warning) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.GetFullPathToDeploymentItemSource(string! deploymentItemSourcePath, string! testSourceHandler) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.GetTestResultsDirectory(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.DeploymentUtilityBase.IsOutputDirectoryValid(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentItem! deploymentItem, string! deploymentDirectory, System.Collections.Generic.IList<string!>! warnings) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.ReplaceInvalidFileNameCharacters(string! fileName) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.TryConvertPathToRelative(string! path, string! rootDir) -> string!
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IsCurrentProcessRunningInPortableMode() -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.IsProcessRunningInPortableMode(string? exeName) -> bool
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.PathToPrivateAssemblies.get -> string?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.PathToPublicAssemblies.get -> string?
static Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.VSInstallationUtilities.VSInstallPath.get -> string?
static readonly Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.EngineConstants.ExecutorUri -> System.Uri!
static readonly System.HashHelpers.RandomSeed -> int
static readonly System.IO.Hashing.XxHashShared.DefaultSecret -> byte[]!
static System.HashHelpers.Combine(int h1, int h2) -> int
static System.HashHelpers.CombineHashCodes(int h1, int h2) -> int
static System.IO.Hashing.XxHashShared.Accumulate512(ulong* accumulators, byte* source, byte* secret) -> void
static System.IO.Hashing.XxHashShared.Append(ref System.IO.Hashing.XxHashShared.State state, byte[]! source) -> void
static System.IO.Hashing.XxHashShared.Avalanche(ulong hash) -> ulong
static System.IO.Hashing.XxHashShared.ConsumeStripes(ulong* accumulators, ref ulong stripesSoFar, ulong stripesPerBlock, byte* source, ulong stripes, byte* secret) -> void
static System.IO.Hashing.XxHashShared.CopyAccumulators(ref System.IO.Hashing.XxHashShared.State state, ulong* accumulators) -> void
static System.IO.Hashing.XxHashShared.DefaultSecret.get -> System.ReadOnlySpan<byte>
static System.IO.Hashing.XxHashShared.DeriveSecretFromSeed(byte* destinationSecret, ulong seed) -> void
static System.IO.Hashing.XxHashShared.DigestLong(ref System.IO.Hashing.XxHashShared.State state, ulong* accumulators, byte* secret) -> void
static System.IO.Hashing.XxHashShared.HashInternalLoop(ulong* accumulators, byte* source, uint length, byte* secret) -> void
static System.IO.Hashing.XxHashShared.Initialize(ref System.IO.Hashing.XxHashShared.State state, ulong seed) -> void
static System.IO.Hashing.XxHashShared.InitializeAccumulators(ulong* accumulators) -> void
static System.IO.Hashing.XxHashShared.MergeAccumulators(ulong* accumulators, byte* secret, ulong start) -> ulong
static System.IO.Hashing.XxHashShared.Mix16Bytes(byte* source, ulong secretLow, ulong secretHigh, ulong seed) -> ulong
static System.IO.Hashing.XxHashShared.Multiply32To64(uint v1, uint v2) -> ulong
static System.IO.Hashing.XxHashShared.Multiply64To128(ulong left, ulong right, out ulong lower) -> ulong
static System.IO.Hashing.XxHashShared.Multiply64To128ThenFold(ulong left, ulong right) -> ulong
static System.IO.Hashing.XxHashShared.ReadUInt32LE(byte* data) -> uint
static System.IO.Hashing.XxHashShared.ReadUInt64LE(byte* data) -> ulong
static System.IO.Hashing.XxHashShared.Reset(ref System.IO.Hashing.XxHashShared.State state) -> void
static System.IO.Hashing.XxHashShared.Rrmxmx(ulong hash, uint length) -> ulong
static System.IO.Hashing.XxHashShared.XorShift(ulong value, int shift) -> ulong
static System.Numerics.BitOperations.RotateLeft(uint value, int offset) -> uint
static System.Numerics.BitOperations.RotateLeft(ulong value, int offset) -> ulong
static System.Numerics.BitOperations.RotateRight(uint value, int offset) -> uint
static System.Numerics.Hashing.HashHelpers.Combine(int h1, int h2) -> int
static System.Runtime.InteropServices.OSPlatform.operator !=(System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right) -> bool
static System.Runtime.InteropServices.OSPlatform.operator ==(System.Runtime.InteropServices.OSPlatform left, System.Runtime.InteropServices.OSPlatform right) -> bool
static System.Runtime.InteropServices.OSPlatform.Windows.get -> System.Runtime.InteropServices.OSPlatform
static System.Runtime.InteropServices.RuntimeInformation.IsOSPlatform(System.Runtime.InteropServices.OSPlatform osPlatform) -> bool
static TestFx.Hashing.XxHash128.Hash(byte[]! source, byte[]! destination, long seed = 0) -> int
static TestFx.Hashing.XxHash128.Hash(byte[]! source, long seed) -> byte[]!
static TestFx.Hashing.XxHash128.Hash(byte[]! source) -> byte[]!
static TestFx.Hashing.XxHash128.HashToUInt128(System.ReadOnlySpan<byte> source, long seed = 0) -> System.UInt128
static TestFx.Hashing.XxHash128.TryHash(byte[]! source, byte[]! destination, out int bytesWritten, long seed = 0) -> bool
System.HashHelpers
System.IO.Hashing.XxHashShared
System.IO.Hashing.XxHashShared.State
System.IO.Hashing.XxHashShared.State.Accumulators -> ulong*
System.IO.Hashing.XxHashShared.State.Buffer -> byte*
System.IO.Hashing.XxHashShared.State.BufferedCount -> uint
System.IO.Hashing.XxHashShared.State.Secret -> byte*
System.IO.Hashing.XxHashShared.State.Seed -> ulong
System.IO.Hashing.XxHashShared.State.State() -> void
System.IO.Hashing.XxHashShared.State.StripesProcessedInCurrentBlock -> ulong
System.IO.Hashing.XxHashShared.State.TotalLength -> ulong
System.ITupleInternal
System.ITupleInternal.GetHashCode(System.Collections.IEqualityComparer! comparer) -> int
System.ITupleInternal.Size.get -> int
System.ITupleInternal.ToStringEnd() -> string!
System.Numerics.BitOperations
System.Numerics.Hashing.HashHelpers
System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute
System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute.CompilerLoweringPreserveAttribute() -> void
System.Runtime.CompilerServices.TupleElementNamesAttribute
System.Runtime.CompilerServices.TupleElementNamesAttribute.TransformNames.get -> System.Collections.Generic.IList<string?>!
System.Runtime.CompilerServices.TupleElementNamesAttribute.TupleElementNamesAttribute(string?[]! transformNames) -> void
System.Runtime.InteropServices.OSPlatform
System.Runtime.InteropServices.OSPlatform.Equals(System.Runtime.InteropServices.OSPlatform other) -> bool
System.Runtime.InteropServices.OSPlatform.Name.get -> string!
System.Runtime.InteropServices.OSPlatform.OSPlatform() -> void
System.Runtime.InteropServices.RuntimeInformation
TestFx.Hashing.XxHash128
TestFx.Hashing.XxHash128.Append(byte[]! source) -> void
TestFx.Hashing.XxHash128.GetCurrentHash() -> byte[]!
TestFx.Hashing.XxHash128.GetCurrentHashAsUInt128() -> System.UInt128
TestFx.Hashing.XxHash128.Reset() -> void
TestFx.Hashing.XxHash128.XxHash128() -> void
TestFx.Hashing.XxHash128.XxHash128(long seed) -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.AssemblyEnumerator.GetTypeEnumerator(System.Type! type, string! assemblyFileName, bool discoverInternals) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeEnumerator!
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TestMethodValidator.IsValidTestMethod(System.Reflection.MethodInfo! testMethodInfo, System.Type! type, System.Collections.Generic.ICollection<string!>! warnings) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeEnumerator.Enumerate(System.Collections.Generic.List<string!>! warnings) -> System.Collections.Generic.List<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>?
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Discovery.TypeValidator.IsValidTestClass(System.Type! type, System.Collections.Generic.List<string!>! warnings) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.ExecuteTestsAsync(System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel.UnitTestElement!>! tests, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Deployment.DeploymentContext! deploymentContext, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! messageLogger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestResultRecorder! testResultRecorder, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider? filterProvider, bool isDeploymentDone) -> System.Threading.Tasks.Task!
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestExecutionManager.GetUnitTestDiscoverer(Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestSourceHandler! testSourceHandler) -> Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.UnitTestDiscoverer!
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Execution.TestMethodInfo.InvokeAsync(object?[]? arguments) -> System.Threading.Tasks.Task<Microsoft.VisualStudio.TestTools.UnitTesting.TestResult!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetAttributes<TAttributeType>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> System.Collections.Generic.IEnumerable<TAttributeType!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetFirstAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.GetSingleAttributeOrDefault<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> TAttribute?
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.Helpers.ReflectHelper.IsAttributeDefined<TAttribute>(System.Reflection.ICustomAttributeProvider! attributeProvider) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.UnitTestDiscoverer.DiscoverTestsInSourceAsync(string! source, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IAdapterMessageLogger! logger, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.IUnitTestElementSink! discoverySink, string? settingsXml, Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.ITestElementFilterProvider? filterProvider, bool isMTP) -> System.Threading.Tasks.Task!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.Dispose(bool disposing) -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.DoesDirectoryExist(string! path) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.DoesFileExist(string! filePath) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.GetDirectories(string! path) -> string![]!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.LoadAssemblyFrom(string! path) -> System.Reflection.Assembly!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.ReflectionOnlyLoadAssemblyFrom(string! path) -> System.Reflection.Assembly!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.AssemblyResolver.SearchAssembly(System.Collections.Generic.List<string!>! searchDirectorypaths, string! name, bool isReflectionOnly) -> System.Reflection.Assembly?
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.Connection.get -> System.Data.Common.DbConnection?
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection.Dispose() -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionFactory.Create(string! invariantProviderName, string! connectionString, System.Collections.Generic.List<string!>! dataFolders) -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnection!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetDefaultSchema() -> string?
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetProviderNameForMSSqlDetection() -> string?
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetQuoteLiterals() -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.GetSchemaMetaData() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.SchemaMetaData[]!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.IsUserSchema(string! tableSchema) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.QuoteIdentifier(string! identifier) -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.QuotePrefix.get -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.QuotePrefix.set -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.QuoteSuffix.get -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.QuoteSuffix.set -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Data.TestDataConnectionSql.UnquoteIdentifier(string! identifier) -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.DoesDirectoryExist(string! path) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.MSTestAdapterSettings.ExpandEnvironmentVariables(string! path) -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.GetAssemblyAttributes(System.Reflection.Assembly! assembly) -> object![]!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.GetNavigationData(string! className, string! methodName, out int minLineNumber, out string? fileName) -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.GetSnapshot() -> Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TryGetAssembly(string! assemblyPath, out System.Reflection.Assembly? assembly) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.SourceGeneration.SourceGeneratedReflectionDataProvider.TryGetTypeByName(System.Reflection.Assembly! assembly, string! typeName, out System.Type? type) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.TestSourceHost.GetResolutionPaths(string! sourceFileName, bool isPortableMode) -> System.Collections.Generic.List<string!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.GetFullPathToDependentAssemblies(string! assemblyPath, string? configFile, out System.Collections.Generic.IList<string!>! warnings) -> System.Collections.Generic.IReadOnlyList<string!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.AssemblyUtility.GetSatelliteAssemblies(string! assemblyPath) -> System.Collections.Generic.List<string!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.AddFilesFromDirectory(string! directoryPath, bool ignoreIOExceptions) -> System.Collections.Generic.List<string!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.AddFilesFromDirectory(string! directoryPath, System.Func<string!, bool>? ignoreDirectory, bool ignoreIOExceptions) -> System.Collections.Generic.List<string!>!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.CopyFileOverwrite(string! source, string! destination, out string? warning) -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.CreateDirectoryIfNotExists(string! directory) -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.DeleteDirectories(string! filePath) -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.DoesDirectoryExist(string! deploymentDirectory) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.DoesFileExist(string! testSourceHandler) -> bool
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.GetDirectoriesInADirectory(string! directoryPath) -> string![]!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.GetFilesInADirectory(string! directoryPath) -> string![]!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.GetNextIterationDirectoryName(string! parentDirectoryName, string! originalDirectoryName) -> string!
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.FileUtility.SetAttributes(string! path, System.IO.FileAttributes fileAttributes) -> void
virtual Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Utilities.XmlUtilities.GetXmlDocument(string! configFile) -> System.Xml.XmlDocument!
