3 implementations of MatchesAttributeSyntacticName
Microsoft.CodeAnalysis.Features (3)
Testing\TestFrameworks\MSTestTestFrameworkMetadata.cs (1)
20
public bool
MatchesAttributeSyntacticName
(string attributeSyntacticName)
Testing\TestFrameworks\NUnitTestFrameworkMetadata.cs (1)
20
public bool
MatchesAttributeSyntacticName
(string attributeSyntacticName)
Testing\TestFrameworks\XUnitTestFrameworkMetadata.cs (1)
20
public bool
MatchesAttributeSyntacticName
(string attributeSyntacticName)
1 reference to MatchesAttributeSyntacticName
Microsoft.CodeAnalysis.CSharp.Features (1)
Testing\CSharpTestMethodFinder.cs (1)
48
var matches = TestFrameworkMetadata.Any(metadata => metadata.
MatchesAttributeSyntacticName
(attributeName));