2 writes to definedType
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (2)
40this.definedType = null; 332this.definedType = this.assembly.GetType(className);
7 references to definedType
XamlBuildTask (7)
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (7)
315if (this.definedType != null && this.definedType.GetMethod(value as string, 318ValidationError(SR.UnexpectedXamlEventHandlerNotFound(value, definedType.FullName)); 413this.definedType != null && declaringType.Name == this.definedType.Name) 421if (clrNs == this.definedType.Namespace) 423declaringType = SchemaContext.GetXamlType(this.definedType);