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