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