1 write to MethodName
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\API\UnitTestingSearchQuery.cs (1)
56
MethodName
= methodName;
6 references to MethodName
Microsoft.CodeAnalysis.Features (6)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (3)
77
if (query.
MethodName
== null)
99
return (ConvertFromMetadataTypeName(query.FullyQualifiedTypeName), query.
MethodName
, query.MethodArity);
208
if (query.
MethodName
!= null)
ExternalAccess\UnitTesting\API\UnitTestingSearchQuery.cs (3)
14
/// searched for (if <see cref="
MethodName
"/> is provided). Should follow .Net metadata naming, e.g. <c>`</c>
27
/// Arity of the method being searched for. Only valid if <see cref="
MethodName
"/> is non-null.
33
/// Parameter count of the method being searched for. Only valid if <see cref="
MethodName
"/> is non-null.