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