9 references to InvalidElementType
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
824
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
1143
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (5)
62
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
99
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
500
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
833
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
1019
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (2)
1219
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");
1969
throw new ArgumentException(string.Format(SRCodeDom.
InvalidElementType
, e.GetType().FullName), "e");