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