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