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; 285if (_baseType != null && _baseType.IndexOf('`') != -1) 375if (String.IsNullOrEmpty(_baseType)) 378string returnType = _baseType; 387Initialize(_baseType);