2 writes to ValueSourceSpan
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (2)
1181ValueSourceSpan = valueSourceSpan, 1735ValueSourceSpan = valueSourceSpan,
10 references to ValueSourceSpan
Microsoft.CodeAnalysis.Razor.Compiler (10)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (6)
257LowerUnresolvedAttributeValues(htmlAttrChild, directiveNode, true, unresolvedAttr.ValueSourceSpan, sourceDocument); 264LowerUnresolvedAttributeValues(htmlAttrChild, directiveNode, false, unresolvedAttr.ValueSourceSpan, sourceDocument); 279directiveNode.Source = unresolvedAttr.ValueSourceSpan 340LowerUnresolvedAttributeValues(htmlAttrChild, prop, match.ExpectsStringValue, unresolvedAttr.ValueSourceSpan, sourceDocument); 348var emptySpan = unresolvedAttr.ValueSourceSpan; 360prop.Source = unresolvedAttr.ValueSourceSpan ?? (prop.Children.Count > 0 ? prop.Children[0].Source : null);
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
162prop.Source= unresolvedAttr.ValueSourceSpan ?? (prop.Children.Count > 0 ? prop.Children[0].Source : null); 212LowerUnresolvedAttributeValues(htmlAttrChild, prop, match.ExpectsStringValue, unresolvedAttr.ValueSourceSpan, sourceDocument); 220var emptySpan = unresolvedAttr.ValueSourceSpan; 253htmlAttrNode.Children.Add(CreateEmptyHtmlContent(unresolvedAttr.ValueSourceSpan));