3 references to InterceptsLocation
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Emitter\Helpers.cs (3)
119
public 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()}");