1 write to _allowedElementAttributes
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\ComponentTildePathPass.cs (1)
63
Interlocked.CompareExchange(ref
_allowedElementAttributes
, BuildAllowedElementAttributes(cancellationToken), null);
2 references to _allowedElementAttributes
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentTildePathPass.cs (2)
61
if (
_allowedElementAttributes
is null)
66
return
_allowedElementAttributes
;