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