13 writes to _baseType
System.Private.DataContractSerialization (13)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (13)
38
_baseType
= string.Empty;
51
_baseType
= null;
80
_baseType
= type.Name;
87
_baseType
= currentType.Name + "+" + _baseType;
92
_baseType
= type.Namespace + "." + _baseType;
127
_baseType
= typeName;
228
_baseType
= typeName;
248
_baseType
= null;
259
_baseType
= typeName.Substring(0, end + 1);
263
_baseType
= typeName;
295
_baseType
= null;
302
_baseType
= null;
334
_baseType
= value;
7 references to _baseType
System.Private.DataContractSerialization (7)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (7)
87
_baseType = currentType.Name + "+" +
_baseType
;
92
_baseType = type.Namespace + "." +
_baseType
;
268
if (
_baseType
!= null &&
_baseType
.Contains('`')) // string.Contains(char) is .NetCore2.1+ specific
322
if (string.IsNullOrEmpty(
_baseType
))
327
string returnType =
_baseType
;
335
Initialize(
_baseType
);