6 references to HasMatchingStringSyntaxAttribute
Microsoft.CodeAnalysis.Features (6)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (6)
198return HasMatchingStringSyntaxAttribute(method.Parameters[0], out identifier); 447return HasMatchingStringSyntaxAttribute(fieldOrProperty, out identifier); 451return HasMatchingStringSyntaxAttribute(parameter, out identifier); 462return HasMatchingStringSyntaxAttribute(fieldOrProperty, out identifier); 465return HasMatchingStringSyntaxAttribute(parameter, out identifier); 483HasMatchingStringSyntaxAttribute(symbol, out identifier);