3 implementations of IL
Microsoft.CodeAnalysis (3)
CodeGen\MethodBody.cs (1)
132
public ImmutableArray<byte>
IL
=> _ilBits;
Emit\NoPia\CommonEmbeddedMethod.cs (1)
135
ImmutableArray<byte> Cci.IMethodBody.
IL
=> ImmutableArray<byte>.Empty;
PEWriter\RootModuleStaticConstructor.cs (1)
130
public ImmutableArray<byte>
IL
{ get; }
6 references to IL
Microsoft.CodeAnalysis (6)
NativePdbWriter\PdbWriter.cs (1)
154
CloseMethod(methodBody.
IL
.Length);
PEWriter\MetadataWriter.cs (4)
2998
int ilLength = methodBody.
IL
.Length;
3001
var smallBodyKey = (methodBody.
IL
, methodBody.AreLocalsZeroed);
3016
codeSize: methodBody.
IL
.Length,
3031
WriteInstructions(encodedBody.Instructions, methodBody.
IL
, ref mvidStringHandle, ref mvidStringFixup);
PEWriter\MetadataWriter.PortablePdb.cs (1)
91
length: bodyOpt.
IL
.Length);