10 references to Out
Microsoft.Gen.Logging (10)
Emitter.Method.cs (2)
52
Out
($"{lm.Modifiers} void {lm.Name}");
54
Out
($"({extension}");
Emitter.Utils.cs (3)
152
Out
(", ");
155
Out
(tp.Name);
170
Out
($"where {tp.Name} : {tp.Constraints}");
EmitterBase.cs (5)
33
Out
(GeneratorUtilities.FilePreamble);
53
Out
("}");
54
Out
(extra);
91
Out
(", ");
94
Out
(item);