6 references to _attributes
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentMarkupDiagnosticPass.cs (6)
36
if (
_attributes
.TryGetValue(attribute.AttributeName, out var other))
65
_attributes
[attribute.AttributeName] = (attribute.AttributeName, attribute);
69
_attributes
.Clear();
80
if (
_attributes
.TryGetValue(attribute.AttributeName, out var other))
109
_attributes
[attribute.AttributeName] = (attribute.AttributeName, attribute);
113
_attributes
.Clear();