6 references to HasMatchingStringSyntaxAttribute
Microsoft.CodeAnalysis.Features (6)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (6)
198return HasMatchingStringSyntaxAttribute(method.Parameters[0], out identifier); 440return HasMatchingStringSyntaxAttribute(fieldOrProperty, out identifier); 444return HasMatchingStringSyntaxAttribute(parameter, out identifier); 455return HasMatchingStringSyntaxAttribute(fieldOrProperty, out identifier); 458return HasMatchingStringSyntaxAttribute(parameter, out identifier); 476HasMatchingStringSyntaxAttribute(symbol, out identifier);