7 references to TemplateNotCollected
System.Xaml (7)
System\Xaml\InfosetObjects\DeferredWriter.cs (7)
81
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, methodName));
116
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, "WriteEndObject"));
154
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, "WriteMember"));
175
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, "WriteEndMember"));
196
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, "WriteValue"));
234
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, "WriteNamespace"));
288
throw new XamlInternalException(SR.Format(SR.
TemplateNotCollected
, nameof(SetLineInfo)));