3 references to TryGetAttribute
Microsoft.CodeAnalysis.Razor.Compiler (3)
CSharp\DefaultTagHelperDescriptorFactory.cs (3)
58
if (!symbol.
TryGetAttribute
(typeof(EditorBrowsableAttribute).FullName!, out var editorBrowsableAttribute))
145
if (!type.
TryGetAttribute
(TagHelperTypes.RestrictChildrenAttribute, out var restrictChildrenAttribute))
186
if (type.
TryGetAttribute
(TagHelperTypes.OutputElementHintAttribute, out var attribute) &&