7 references to GetDisplayName
ILCompiler.Compiler (7)
Compiler\BodySubstitutionParser.cs (3)
123LogWarning(fieldNav, DiagnosticId.XmlSubstitutedFieldNeedsToBeStatic, field.GetDisplayName()); 132LogWarning(fieldNav, DiagnosticId.XmlMissingSubstitutionValueForField, field.GetDisplayName()); 141LogWarning(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)
19FieldDesc field => field.GetDisplayName(),