1 write to _identifierFeature
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\MetadataAttributePass.cs (1)
20Engine.TryGetFeature(out _identifierFeature);
4 references to _identifierFeature
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\MetadataAttributePass.cs (4)
21Debug.Assert(_identifierFeature is not null); 65var identifier = _identifierFeature?.GetIdentifier(codeDocument, codeDocument.Source); 124Debug.Assert(_identifierFeature != null); 130identifier = _identifierFeature.GetIdentifier(codeDocument, import);