Пример #1
0
 private (byte[] DllFile, byte[] PdbFile) CreateForStore(string script)
 {
     return(InstanceCreator.CompileForStore(script, new SystemSchemaProvider()));
 }