2 references to ElementReference
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
12private const string DefaultFieldTypeName = $"global::{ComponentsApi.ElementReference.FullTypeName}";
Language\TagHelpers\Producers\RefTagHelperProducer.Factory.cs (1)
20if (!compilation.TryGetTypeByMetadataName(ComponentsApi.ElementReference.FullTypeName, out var elementReferenceType))