11 references to FullName
Microsoft.CodeAnalysis.Razor.Compiler (11)
CSharp\DefaultTagHelperDescriptorFactory.cs (1)
36
typeName.
FullName
.AssumeNotNull(), assemblyName,
Language\BoundAttributeDescriptor.cs (2)
23
public string TypeName => TypeNameObject.
FullName
.AssumeNotNull();
34
public string? IndexerTypeName => IndexerTypeNameObject.
FullName
;
Language\BoundAttributeDescriptorBuilder.cs (2)
59
get => _typeNameObject.
FullName
;
79
get => _indexerTypeNameObject.
FullName
;
Language\BoundAttributeParameterDescriptor.cs (1)
19
public string TypeName => TypeNameObject.
FullName
.AssumeNotNull();
Language\BoundAttributeParameterDescriptorBuilder.cs (1)
33
get => _typeNameObject.
FullName
;
Language\TagHelperDescriptor.cs (1)
28
public string TypeName => TypeNameObject.
FullName
.AssumeNotNull();
Language\TagHelperDescriptorBuilder.cs (1)
48
get => _typeNameObject.
FullName
;
Language\TagHelpers\Producers\ComponentTagHelperProducer.cs (1)
100
TagHelperKind.Component, typeName.
FullName
.AssumeNotNull(), assemblyName, out var builder);
Mvc\ViewComponentMetadata.cs (1)
22
public string? OriginalTypeName => OriginalTypeNameObject.
FullName
;