6 references to ExpectedAttributes
System.Web.Services (6)
System\Web\Services\Diagnostics\TraceUtility.cs (3)
287
string format = e.
ExpectedAttributes
== null ? Res.WebUnknownAttribute : e.
ExpectedAttributes
.Length == 0 ? Res.WebUnknownAttribute2 : Res.WebUnknownAttribute3;
288
TraceEvent(TraceEventType.Warning, Res.GetString(format, e.Attr.Name, e.Attr.Value, e.
ExpectedAttributes
));
System\Web\Services\Protocols\RuntimeUtils.cs (3)
36
if (e.
ExpectedAttributes
== null)
38
else if (e.
ExpectedAttributes
.Length == 0)
41
throw new InvalidOperationException(Res.GetString(Res.WebUnknownAttribute3, e.Attr.Name, e.Attr.Value, e.
ExpectedAttributes
));