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