13 writes to _baseType
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (13)
52
_baseType
= string.Empty;
66
_baseType
= null;
102
_baseType
= type.Name;
109
_baseType
= currentType.Name + "+" + _baseType;
112
_baseType
= type.Namespace + "." + _baseType;
147
_baseType
= typeName;
246
_baseType
= typeName;
266
_baseType
= null;
277
_baseType
= typeName.Substring(0, end + 1);
281
_baseType
= typeName;
308
_baseType
= null;
318
_baseType
= null;
386
_baseType
= value;
7 references to _baseType
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (7)
109
_baseType = currentType.Name + "+" +
_baseType
;
112
_baseType = type.Namespace + "." +
_baseType
;
285
if (
_baseType
!= null &&
_baseType
.IndexOf('`') != -1)
375
if (String.IsNullOrEmpty(
_baseType
))
378
string returnType =
_baseType
;
387
Initialize(
_baseType
);