5 references to GetFullName
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
ConfigurationBindingGenerator.Parser.cs (4)
688
initExceptionMessage = string.Format(Emitter.ExceptionMessages.MultipleParameterizedConstructors, typeSymbol.
GetFullName
());
700
initExceptionMessage = string.Format(Emitter.ExceptionMessages.MissingPublicInstanceConstructor, typeSymbol.
GetFullName
());
801
initExceptionMessage = string.Format(Emitter.ExceptionMessages.CannotBindToConstructorParameter, typeSymbol.
GetFullName
(), FormatParams(invalidParameters));
811
initExceptionMessage = string.Format(Emitter.ExceptionMessages.ConstructorParametersDoNotMatchProperties, typeSymbol.
GetFullName
(), FormatParams(missingParameters));
Parser\Extensions.cs (1)
31
FullName = typeSymbol.
GetFullName
(),