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