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