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