3 references to StartsWith
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\ScopeCompiler.cs (3)
74
else if (compiledScopeMatchCriteria.MatchBy == CompiledScopeCriteriaMatchBy.
StartsWith
)
119
compiledMatchBy = CompiledScopeCriteriaMatchBy.
StartsWith
;
138
compiledMatchBy = CompiledScopeCriteriaMatchBy.
StartsWith
;