31 references to GetDisplayName
ILCompiler.Compiler (31)
Compiler\BodySubstitutionParser.cs (2)
64
LogWarning(methodNav, DiagnosticId.XmlCouldNotFindMethodOnType, signature, type.
GetDisplayName
());
115
LogWarning(fieldNav, DiagnosticId.XmlCouldNotFindFieldOnType, name, type.
GetDisplayName
());
Compiler\Dataflow\CompilerGeneratedState.cs (3)
194
AddWarning(new MessageOrigin(method), DiagnosticId.MethodsAreAssociatedWithUserMethod, method.GetDisplayName(), alreadyAssociatedMethod.GetDisplayName(), generatedType.
GetDisplayName
());
262
AddWarning(new MessageOrigin(method), DiagnosticId.MethodsAreAssociatedWithStateMachine, method.GetDisplayName(), alreadyAssociatedMethod.GetDisplayName(), stateMachineType.
GetDisplayName
());
366
AddWarning(new MessageOrigin(method), DiagnosticId.MethodsAreAssociatedWithUserMethod, method.GetDisplayName(), alreadyAssociatedMethod.GetDisplayName(), generatedType.
GetDisplayName
());
Compiler\Dataflow\DiagnosticUtilities.cs (1)
33
return ((TypeDesc)parent).
GetDisplayName
();
Compiler\Dataflow\HandleCallAction.cs (2)
518
calledMethod.Method.Instantiation[0].
GetDisplayName
());
536
calledMethod.Method.Instantiation[0].
GetDisplayName
());
Compiler\Dataflow\MethodBodyScanner.cs (1)
216
$"""In method {method.OwningMethod.GetDisplayName()}, local variable V_{localVariableIndex} references {displayName} of type {localReference.ReferencedType.
GetDisplayName
()} which is a reference. Dataflow tracking has failed.""",
Compiler\Dataflow\ReflectionMarker.cs (2)
379
_logger.LogWarning(origin, id, _typeHierarchyDataFlowOrigin.
GetDisplayName
(),
389
_logger.LogWarning(origin, id, _typeHierarchyDataFlowOrigin.
GetDisplayName
(), entity.GetDisplayName());
Compiler\DependencyAnalysis\DynamicDependencyAttributesOnEntityNode.cs (2)
159
targetType.
GetDisplayName
());
208
targetType.
GetDisplayName
());
Compiler\DescriptorMarker.cs (4)
185
LogWarning(nav, DiagnosticId.TypeHasNoFieldsToPreserve, type.
GetDisplayName
());
191
LogWarning(nav, DiagnosticId.TypeHasNoMethodsToPreserve, type.
GetDisplayName
());
295
LogWarning(nav, DiagnosticId.XmlCouldNotFindGetAccesorOfPropertyOnType, property.Name, type.
GetDisplayName
());
304
LogWarning(nav, DiagnosticId.XmlCouldNotFindSetAccesorOfPropertyOnType, property.Name, type.
GetDisplayName
());
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\TypeProxy.cs (1)
45
public string GetDisplayName() => Type.
GetDisplayName
();
src\runtime\src\coreclr\tools\Common\Compiler\DisplayNameHelpers.cs (5)
20
TypeDesc type => type.
GetDisplayName
(),
33
sb.Append(method.OwningType.
GetDisplayName
());
120
return new StringBuilder(field.OwningType.
GetDisplayName
())
128
return new StringBuilder(property.OwningType.
GetDisplayName
())
135
return new StringBuilder(@event.OwningType.
GetDisplayName
())
src\runtime\src\coreclr\tools\Common\Compiler\ProcessLinkerXmlBase.cs (8)
290
LogWarning(nav, DiagnosticId.XmlCouldNotFindFieldOnType, signature, type.
GetDisplayName
());
315
LogWarning(nav, DiagnosticId.XmlCouldNotFindFieldOnType, name, type.
GetDisplayName
());
356
LogWarning(nav, DiagnosticId.XmlCouldNotFindMethodOnType, signature, type.
GetDisplayName
());
379
LogWarning(nav, DiagnosticId.XmlCouldNotFindMethodOnType, name, type.
GetDisplayName
());
408
LogWarning(nav, DiagnosticId.XmlCouldNotFindEventOnType, signature, type.
GetDisplayName
());
433
LogWarning(nav, DiagnosticId.XmlCouldNotFindEventOnType, name, type.
GetDisplayName
());
468
LogWarning(nav, DiagnosticId.XmlCouldNotFindPropertyOnType, signature, type.
GetDisplayName
());
489
LogWarning(nav, DiagnosticId.XmlCouldNotFindPropertyOnType, name, type.
GetDisplayName
());