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