3 instantiations of ObjectPathRegex
System.ServiceModel (3)
System\ServiceModel\Administration\WbemProvider.cs (3)
222ObjectPathRegex objPathRegex = new ObjectPathRegex(objectPath); 403ObjectPathRegex objPathRegex = new ObjectPathRegex(objectPath); 614ObjectPathRegex objPathRegex = new ObjectPathRegex(objectPath);
4 references to ObjectPathRegex
System.ServiceModel (4)
System\ServiceModel\Administration\WbemProvider.cs (4)
222ObjectPathRegex objPathRegex = new ObjectPathRegex(objectPath); 403ObjectPathRegex objPathRegex = new ObjectPathRegex(objectPath); 614ObjectPathRegex objPathRegex = new ObjectPathRegex(objectPath); 878internal WbemInstance(ParameterContext parms, ObjectPathRegex objPathRegex)