1 write to Type
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
580
Type
= typeName,
6 references to Type
Microsoft.Gen.Logging (6)
Emission\Emitter.Method.cs (3)
175
if (!p.
Type
.Contains("."))
628
return $"{p.Qualifier} {p.
Type
} {p.ParameterNameWithAtIfNeeded}";
631
return $"{p.
Type
} {p.ParameterNameWithAtIfNeeded}";
Model\LoggingMethodParameter.cs (2)
42
?
Type
+ "?"
43
:
Type
;
Model\LoggingMethodParameterExtensions.cs (1)
22
Type = parameter.
Type
,