2 references to GetAttribute
Microsoft.CodeAnalysis.Razor.Compiler (2)
CSharp\SymbolExtensions.cs (2)
47
result =
GetAttribute
(attributes, fullName);
52
=>
GetAttribute
(symbol.GetAttributes(), fullName);