13 references to Name
Microsoft.CodeAnalysis (13)
CodeGen\MetadataNamedArgument.cs (1)
31
string Cci.IMetadataNamedArgument.ArgumentName => _entity.
Name
;
Diagnostic\Location.cs (1)
106
result += "(" + this.MetadataModuleInternal.
Name
+ ")";
Emit\CommonPEModuleBuilder.cs (1)
1083
this.SourceModule.
Name
,
Emit\EditAndContinue\DefinitionMap.cs (5)
343
stateMachineTypeName = stateMachineType.
Name
;
470
var displayClassName = p.Type.
Name
;
563
var memberName = member.
Name
;
616
if (member is IFieldSymbolInternal field && tryParseDisplayClassDebugId(field.Type.
Name
, out var parentClosureDebugId))
655
builder.Add(member.
Name
);
Emit\EditAndContinue\DeletedPEMethodDefinition.cs (1)
33
=> _oldMethod.
Name
;
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
847
symbol.
Name
,
848
symbol.ContainingAssembly.
Name
));
Symbols\Attributes\CommonAttributeData.cs (2)
93
return attributeType.
Name
.Equals(description.Name, options) && namespaceMatch(attributeType.ContainingNamespace, description.Namespace, options);
125
string name = container.
Name
;