4 references to NameTag
System (4)
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (2)
70compilerInfo._providerOptions[RedistVersionInfo.NameTag] = RedistVersionInfo.DefaultVersion; 81compilerInfo._providerOptions[RedistVersionInfo.NameTag] = RedistVersionInfo.DefaultVersion;
compmod\system\codedom\compiler\RedistVersionInfo.cs (2)
50bool versionValPresent = provOptions.TryGetValue(NameTag, out versionVal); 54throw new InvalidOperationException(SR.GetString(SR.Cannot_Specify_Both_Compiler_Path_And_Version, DirectoryPath, NameTag));