2 writes to _typeArgsList
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1248_typeArgsList = null; 1458_typeArgsList = typeArgs.Split(new Char[] { COMMA });
14 references to _typeArgsList
PresentationBuildTasks (14)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (14)
1460sb.Append(_typeArgsList.Length); 2196if (_typeArgsList != null) 2202for (int i = 0; i < _typeArgsList.Length; i++) 2204Type currTypeArg = parserContext.XamlTypeMapper.GetTypeArgsType(_typeArgsList[i].Trim(), 2227_typeArgsList[i].Trim(), 2232_typeArgsList[i] = GetFullClassName(localTypeArgNamespace, localTypeArgClassName); 2237_typeArgsList[i] = currTypeArg.FullName; 2241_ccRoot.CodeClass.BaseTypes[0].TypeArguments.Add(new CodeTypeReference(_typeArgsList[i])); 2408Debug.Assert(_typeArgsList == null || (baseClass.IsGenericType && baseClass.IsGenericTypeDefinition)); 2409Debug.Assert(_typeArgsList != null || !baseClass.IsGenericType); 2411ctrBaseClass = GenerateConstructedTypeReference(baseClass, _typeArgsList, string.Empty); 2418ctrBaseClass = GenerateConstructedTypeReference(null, _typeArgsList, baseClassFullName); 2489CodeContext cc = new CodeContextRoot(ctdClass, cns, baseClass, _typeArgsList, baseClassFullName); 2910else if (_typeArgsList != null)