3 references to InterceptsLocation
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Emitter\Helpers.cs (3)
119public const string InterceptsLocation = nameof(InterceptsLocation); 167_writer.WriteLine($@"[{Identifier.InterceptsLocation}(@""{info.FilePath}"", {info.LineNumber}, {info.CharacterNumber})]"); 174_writer.WriteLine($@"[{Identifier.InterceptsLocation}({info.InterceptableLocationVersion}, ""{info.InterceptableLocationData}"")] // {info.InterceptableLocationGetDisplayLocation()}");