2 writes to _id
System.Web (2)
Configuration\BrowserDefinition.cs (2)
122
HandlerBase.GetAndRemoveNonEmptyStringAttribute(node, "id", ref
_id
);
150
_id
= refID;
9 references to _id
System.Web (9)
Configuration\BrowserDefinition.cs (9)
125
if((refID != null) && (
_id
!= null)) {
129
if (
_id
!= null) {
130
if (!System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(
_id
)) {
131
throw new ConfigurationErrorsException(SR.GetString(SR.Browser_InvalidID, "id",
_id
), node);
166
_name = MakeValidTypeNameFromString(
_id
+ _name);
170
if (!("Default".Equals(
_id
))) {
184
if(
_id
.IndexOf(" ", StringComparison.Ordinal) != -1) {
185
throw new ConfigurationErrorsException(SR.GetString(SR.Space_attribute, "id " +
_id
), node);
256
return
_id
;