Home
last modified time | relevance | path

Searched defs:CapturedScope (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/symbols/mdb/Mono.CompilerServices.SymbolWriter/
H A DMonoSymbolTable.cs381 public struct CapturedScope struct
384 public readonly int Scope;
385 public readonly string CapturedName;
388 public CapturedScope (int scope, string captured_name) in CapturedScope() method
394 internal CapturedScope (MyBinaryReader reader) in CapturedScope() argument
400 internal void Write (MyBinaryWriter bw) in Write()
406 public override string ToString () in ToString()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/symbols/mdb/Mono.CompilerServices.SymbolWriter/
H A DMonoSymbolTable.cs381 public struct CapturedScope struct
384 public readonly int Scope;
385 public readonly string CapturedName;
388 public CapturedScope (int scope, string captured_name) in CapturedScope() method
394 internal CapturedScope (MyBinaryReader reader) in CapturedScope() method
400 internal void Write (MyBinaryWriter bw) in Write()
406 public override string ToString () in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CompilerServices.SymbolWriter/
H A DMonoSymbolTable.cs380 public struct CapturedScope struct
383 public readonly int Scope;
384 public readonly string CapturedName;
387 public CapturedScope (int scope, string captured_name) in CapturedScope() argument
393 internal CapturedScope (MyBinaryReader reader) in CapturedScope() method
399 internal void Write (MyBinaryWriter bw) in Write()
405 public override string ToString () in ToString()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/symbols/mdb/Mono.CompilerServices.SymbolWriter/
H A DMonoSymbolTable.cs382 public struct CapturedScope struct
385 public readonly int Scope;
386 public readonly string CapturedName;
389 public CapturedScope (int scope, string captured_name) in CapturedScope() argument
395 internal CapturedScope (MyBinaryReader reader) in CapturedScope() method
401 internal void Write (MyBinaryWriter bw) in Write()
407 public override string ToString () in ToString()
/dports/lang/mono/mono-5.10.1.57/external/cecil/symbols/mdb/Mono.CompilerServices.SymbolWriter/
H A DMonoSymbolTable.cs382 public struct CapturedScope struct
385 public readonly int Scope;
386 public readonly string CapturedName;
389 public CapturedScope (int scope, string captured_name) in CapturedScope() method
395 internal CapturedScope (MyBinaryReader reader) in CapturedScope() method
401 internal void Write (MyBinaryWriter bw) in Write()
407 public override string ToString () in ToString()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.CompilerServices.SymbolWriter.cs20 public partial struct CapturedScope struct
22 public readonly string CapturedName;
23 public readonly int Scope;
24 public CapturedScope(int scope, string captured_name) { throw null;} in CapturedScope() argument
25 public override string ToString() { throw null; } in ToString()
H A DMono.Cecil.Mdb.cs58 public partial struct CapturedScope struct
60 public readonly string CapturedName;
61 public readonly int Scope;
62 public CapturedScope(int scope, string captured_name) { throw null;} in CapturedScope() argument
63 public override string ToString() { throw null; } in ToString()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.CompilerServices.SymbolWriter.cs21 public partial struct CapturedScope struct
23 public readonly string CapturedName;
24 public readonly int Scope;
25 public CapturedScope(int scope, string captured_name) { throw null;} in CapturedScope() argument
26 public override string ToString() { throw null; } in ToString()
H A DMono.CSharp.cs33 public partial struct CapturedScope struct
35 public readonly string CapturedName;
36 public readonly int Scope;
37 public CapturedScope(int scope, string captured_name) { throw null;} in CapturedScope() method
38 public override string ToString() { throw null; } in ToString()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.CompilerServices.SymbolWriter.cs20 public partial struct CapturedScope struct
22 public readonly string CapturedName;
23 public readonly int Scope;
24 public CapturedScope(int scope, string captured_name) { throw null;} in CapturedScope() argument
25 public override string ToString() { throw null; } in ToString()