5 references to GetBaseTypeOutput
System (5)
compmod\microsoft\csharp\csharpcodeprovider.cs (5)
729
Output.Write(
GetBaseTypeOutput
(e.CreateType));
1650
name =
GetBaseTypeOutput
(e.PrivateImplementationType)+ "." + name;
1879
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType));
1958
Output.Write(
GetBaseTypeOutput
(e.PrivateImplementationType));
3339
s +=
GetBaseTypeOutput
(baseTypeRef);