1 write to GopherUri
System (1)
net\System\_UriSyntax.cs (1)
168GopherUri = new BuiltInUriParser("gopher", 70, GopherSyntaxFlags);
5 references to GopherUri
System (5)
net\System\_UriSyntax.cs (2)
169m_Table[GopherUri.SchemeName] = GopherUri; //GOPHER
net\System\URI.cs (2)
27public static readonly string UriSchemeGopher = UriParser.GopherUri.SchemeName; 3820syntax = UriParser.GopherUri;
net\System\UriParserTemplates.cs (1)
75public GopherStyleUriParser():base(UriParser.GopherUri.Flags)