1 write to Type
Microsoft.Gen.Logging (1)
Parser.cs (1)
655
Type
= typeName,
6 references to Type
Microsoft.Gen.Logging (6)
Emitter.Method.cs (3)
187
if (!p.
Type
.Contains("."))
642
return $"{p.Qualifier} {p.
Type
} {p.ParameterNameWithAtIfNeeded}";
645
return $"{p.
Type
} {p.ParameterNameWithAtIfNeeded}";
LoggingMethodParameter.cs (2)
41
?
Type
+ "?"
42
:
Type
;
LoggingMethodParameterExtensions.cs (1)
22
Type = parameter.
Type
,