Home
last modified time | relevance | path

Searched refs:NotSupported_CodeDomAPI (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeDomProvider.cs177 throw new NotImplementedException(SR.NotSupported_CodeDomAPI); in GenerateCodeFromMember()
189 throw new NotImplementedException(SR.NotSupported_CodeDomAPI); in CreateCompilerHelper()
199 throw new NotImplementedException(SR.NotSupported_CodeDomAPI); in CreateGeneratorHelper()
209 throw new NotImplementedException(SR.NotSupported_CodeDomAPI); in CreateParserHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeDOMProvider.cs259 throw new NotImplementedException(SR.GetString(SR.NotSupported_CodeDomAPI)); in GenerateCodeFromMember()
275 throw new NotImplementedException(SR.GetString(SR.NotSupported_CodeDomAPI)); in CreateCompilerHelper()
283 throw new NotImplementedException(SR.GetString(SR.NotSupported_CodeDomAPI)); in CreateGeneratorHelper()
291 throw new NotImplementedException(SR.GetString(SR.NotSupported_CodeDomAPI)); in CreateParserHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs104 public const string NotSupported_CodeDomAPI = "This CodeDomProvider does not support this method."; field in SR