Home
last modified time | relevance | path

Searched refs:ProtoPath (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs266 public string[] ProtoPath { get; set; } property in Grpc.Tools.ProtoCompile
422 if (ProtoPath != null) in GenerateResponseFileCommands()
424 foreach (string path in ProtoPath) in GenerateResponseFileCommands()
/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DProtoCompileCommandLineGeneratorTest.cs67 _task.ProtoPath = new[] { "/path1", "/path2" }; in CompileWithProtoPaths()
149 _task.ProtoPath = new[] { "/path1/", "/path2/" }; in DirectoryArgumentsSlashTrimmed()