6 references to HasMatchingStringSyntaxAttribute
Microsoft.CodeAnalysis.Features (6)
EmbeddedLanguages\EmbeddedLanguageDetector.cs (6)
178return HasMatchingStringSyntaxAttribute(method.Parameters[0], out identifier); 274return HasMatchingStringSyntaxAttribute(fieldOrProperty, out identifier); 278return HasMatchingStringSyntaxAttribute(parameter, out identifier); 289return HasMatchingStringSyntaxAttribute(fieldOrProperty, out identifier); 292return HasMatchingStringSyntaxAttribute(parameter, out identifier); 310HasMatchingStringSyntaxAttribute(symbol, out identifier);