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