5 references to GetFullName
ConfigurationSchemaGenerator (5)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (4)
636
initExceptionMessage = string.Format(Emitter.ExceptionMessages.MultipleParameterizedConstructors, typeSymbol.
GetFullName
());
648
initExceptionMessage = string.Format(Emitter.ExceptionMessages.MissingPublicInstanceConstructor, typeSymbol.
GetFullName
());
722
initExceptionMessage = string.Format(Emitter.ExceptionMessages.CannotBindToConstructorParameter, typeSymbol.
GetFullName
(), FormatParams(invalidParameters));
732
initExceptionMessage = string.Format(Emitter.ExceptionMessages.ConstructorParametersDoNotMatchProperties, typeSymbol.
GetFullName
(), FormatParams(missingParameters));
RuntimeSource\Configuration.Binder\Parser\Extensions.cs (1)
31
FullName = typeSymbol.
GetFullName
(),