7 references to GetDisplayName
ILCompiler.Compiler (7)
Compiler\BodySubstitutionParser.cs (3)
123
LogWarning(fieldNav, DiagnosticId.XmlSubstitutedFieldNeedsToBeStatic, field.
GetDisplayName
());
132
LogWarning(fieldNav, DiagnosticId.XmlMissingSubstitutionValueForField, field.
GetDisplayName
());
141
LogWarning(fieldNav, DiagnosticId.XmlInvalidSubstitutionValueForField, value, field.
GetDisplayName
());
Compiler\Dataflow\FieldValue.cs (1)
32
=> new string[] { Field.
GetDisplayName
() };
Compiler\Dataflow\FlowAnnotations.cs (2)
392
_logger.LogWarning(field, DiagnosticId.DynamicallyAccessedMembersOnFieldCanOnlyApplyToTypesOrStrings, field.
GetDisplayName
());
617
_logger.LogWarning(backingField, DiagnosticId.DynamicallyAccessedMembersOnPropertyConflictsWithBackingField, property.GetDisplayName(), backingField.
GetDisplayName
());
src\runtime\src\coreclr\tools\Common\Compiler\DisplayNameHelpers.cs (1)
19
FieldDesc field => field.
GetDisplayName
(),