2 references to ManagedMethod
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestCase.cs (2)
346private bool ContainsManagedMethodAndType => !StringUtils.IsNullOrWhiteSpace(ManagedMethod) && !StringUtils.IsNullOrWhiteSpace(ManagedType); 360internal string GetFullyQualifiedName() => ContainsManagedMethodAndType ? $"{ManagedType}.{ManagedMethod}" : FullyQualifiedName;