1 write to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
530AttributeName = name,
11 references to AttributeName
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\Legacy\TagHelperBlockRewriter.cs (11)
190var errorLocation = new SourceSpan(attributeNameLocation, result.AttributeName.Length); 191var propertyTypeName = GetPropertyType(result.AttributeName, binding.TagHelpers); 192var diagnostic = RazorDiagnosticFactory.CreateTagHelper_EmptyBoundAttribute(errorLocation, result.AttributeName, tagName, propertyTypeName); 200var errorLocation = new SourceSpan(attributeNameLocation, result.AttributeName.Length); 201var diagnostic = RazorDiagnosticFactory.CreateParsing_TagHelperIndexerAttributeNameMustIncludeKey(errorLocation, result.AttributeName, tagName); 248result.AttributeName, 329result.AttributeName, 355var attributeName = result.AttributeName; 396result.AttributeName, 416var attributeName = result.AttributeName; 452result.AttributeName,