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