1 instantiation of LoggingMethodTypeParameter
Microsoft.Gen.Logging (1)
Parser.cs (1)
421
lm.TypeParameters.Add(new
LoggingMethodTypeParameter
3 references to LoggingMethodTypeParameter
Microsoft.Gen.Logging (3)
Emitter.Utils.cs (2)
144
foreach (
var
tp in lm.TypeParameters)
163
foreach (
var
tp in lm.TypeParameters)
LoggingMethod.cs (1)
19
public readonly List<
LoggingMethodTypeParameter
> TypeParameters = [];