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